I need someone to extend a basic interpreter with some additional commands and functions….
-Add an “on error goto” handler
-Add variable scope (currently only allows globals.. but needs locals for functions/procedures.
-Add function/procedure support with parameter passing (sub/function)
-Add special variable jumping… so that goto,gosub and call (for subs and functions) can handle variables like “goto somehwer$”
-some more graphics commands… currently supports basic graphics commands, but I need more to allow more font handling options, rotations, resize functions etc… (uses libGD).
-integration of a small licensing function…. the program is a small cgi program.. so nothing big.
-integration of a mysql connector (only if this will not break a given filesize at the end) … currently already support SQLite.. so commands structure is already there.
-some optimisations in regards of speed and size.
Project compiles under VC++6