Age | Commit message (Expand) | Author |
2012-02-08 | Fixed lexer issue on -, precidence of comparisons. | Mike Buland |
2012-02-07 | All good except loops & function returns. | Mike Buland |
2012-02-07 | Fixed another reference bug in return statements. | Mike Buland |
2012-02-06 | exists() and delete() are now operators. | Mike Buland |
2012-02-06 | Another bugfix for function calling. | Mike Buland |
2012-02-06 | Important bugfix in stack code. Thanks david!0.04 | Mike Buland |
2012-02-06 | Option input type situations almost done. | Mike Buland |
2012-01-30 | Syntax updated to support options & commands. | Mike Buland |
2012-01-03 | +=, -=, *=, /= works with indexed dicts/lists | Mike Buland |
2012-01-03 | New functions, fixes, and a working bloodfields. | Mike Buland |
2011-12-30 | Wow, dictionaries, nested dictionaries, for loops | Mike Buland |
2011-12-30 | Dictionaries can be created, in operator works. | Mike Buland |
2011-12-30 | return, exit, lists added. You can't index them. | Mike Buland |
2011-12-30 | Looks like commands work, mostly. | Mike Buland |
2011-12-29 | Goto works, scopes work. | Mike Buland |
2011-12-29 | Most AstNodes work now. | Mike Buland |
2011-12-29 | This commit...I dunno | Mike Buland |
2011-12-29 | Situations & their modes are built. | Mike Buland |
2011-12-29 | Getting close to realy running. | Mike Buland |
2011-12-27 | more and more making it into the Ast. | Mike Buland |
2011-12-27 | Wow, a whole lot of code builds now. | Mike Buland |
2011-12-24 | Ast nearly done, builder coming along. | Mike Buland |
2011-12-23 | global section is optional now. | Mike Buland |
2011-12-23 | The game is actually being built now. | Mike Buland |
2011-12-18 | Setting up AstNode & Variable classes. | Mike Buland |
2011-12-18 | Minor tweaks. | Mike Buland |
2011-12-18 | The basic structure is complete. | Mike Buland |
2011-12-16 | It's coming along. | Mike Buland |
2011-12-11 | I think I've narrowed down how commands will work | Mike Buland |
2011-12-11 | Getting closer. | Mike Buland |
2011-12-11 | Basic parser coming together. | Mike Buland |