karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

add infrastructure to enable script language based store parser #117

Open karolherbst opened 9 years ago

karolherbst commented 9 years ago

although having a XML and JSON parser is fine for some stores, other might be getting really guly, so that we would have to do some native coding or use script language like python, perl or javascript (with DOM).

So for the infrastructure we need some kind of factories and manager classes to create and manage instances of the script language libraries. Further we need a new GameListParser implementations, which will just call our manager classes.