summaryrefslogtreecommitdiff
path: root/src/variable.h (follow)
AgeCommit message (Expand)Author
2012-02-08Fixed lexer issue on -, precidence of comparisons.Mike Buland
2012-01-16Lists (arrays) are now properly inedxable.0.02Mike Buland
2012-01-02Variables upconvert on add now.Mike Buland
2011-12-30All variants of for each loop are tested and workMike Buland
2011-12-30Wow, dictionaries, nested dictionaries, for loopsMike Buland
2011-12-30Dictionaries can be created, in operator works.Mike Buland
2011-12-29Goto works, scopes work.Mike Buland
2011-12-29Most operators work, as well as if/then/else.Mike Buland
2011-12-29Functions can be called now, at least manually.Mike Buland
2011-12-23The game is actually being built now.Mike Buland
2011-12-22The basic structure of the game is coming together.Mike Buland
2011-12-21Game environment is coming together.Mike Buland
2011-12-20Most of the variable type conversion routine is done.Mike Buland
2011-12-19Variables are assignable and comperable now.Mike Buland
2011-12-18Added list & dictionary types to Variable.Mike Buland
2011-12-18Setting up AstNode & Variable classes.Mike Buland