summaryrefslogtreecommitdiff
path: root/demo.stage (follow)
AgeCommit message (Collapse)Author
2015-05-07Goto was confused.HEADmainMike Buland
The variable was being reset, then used by reference as the next destination. Confusing to debug.
2012-01-30Syntax updated to support options & commands.Mike Buland
2012-01-18Added functions join, string, and keys.Mike Buland
2012-01-06Two experimental SML converters.Mike Buland
2012-01-04Demo is being reworked. Fixed comment handling.Mike Buland
2011-12-31Random function added, other fixes.Mike Buland
2011-12-30Well, +=, -= on dictionaries/lists works now.Mike Buland
2011-12-24Ast nearly done, builder coming along.Mike Buland
2011-12-18Minor tweaks.Mike Buland
Now the game metadata can be read without reading anything else from the file, making it much easier to report info about a game rapidly.
2011-12-18The basic structure is complete.Mike Buland
2011-12-11I think I've narrowed down how commands will workMike Buland
It's kinda' cool for the most part, there will have to be some ways of referencing them later. Basically, there are global commands and situation commands. With any luck, it'll just work.
2011-12-11Getting closer.Mike Buland
Real turing-complete code is coming soon
2011-12-11Basic parser coming together.Mike Buland