* Added licensing information to the files. * Started work on the JSParser * Started work on a dynamic array (Untested).
TODO: * Figure out how to actualy do the JS Parser. * Firure out how to make the JS Parser interact with the game mainloop, or if I should just ditch the mainloop in the C code all together and just use JS to do the game stuffs. * The first alternative seems the hardest to implement, but would mean that it woud be less for the user of the pragram to do. * The second would mean less C code and perhaps less speed too.
If I do the things in C I could, hypothetically, do threading later or pseudo threading with great effect/speed. Not that that is actually any problem on modern system, but non-blocking interaction is good from a usability perspective.