summaryrefslogtreecommitdiff
path: root/test.stage (unfollow)
AgeCommit message (Collapse)Author
2012-05-03Misc updates.Mike Buland
2012-02-08Deflate support, more colors.Mike Buland
2012-02-08Fixed lexer issue on -, precidence of comparisons.Mike Buland
2012-02-08Added function count().Mike Buland
2012-02-08Fixed crash in empty functions.Mike Buland
2012-02-08Committed the tests I've been using.0.05Mike Buland
Good for regressions, I'll have to make some sort of test suite thing later.
2012-02-08Everything seems to work now, goto, return, etc.Mike Buland
2012-02-07All good except loops & function returns.Mike Buland
2012-02-07Goto is broken.Mike Buland
I think I need to switch to a global instruction stack, it'll be so much easier to manage.
2012-02-07Fixed another reference bug in return statements.Mike Buland
Thanks David :)
2012-02-06exists() and delete() are now operators.Mike Buland
2012-02-06Another bugfix for function calling.Mike Buland
2012-02-06Fixes and updates to Bloodfields.Mike Buland
Uses lists where it should instead of dictionaries, better welcome message.
2012-02-06Gats interface supports option input.Mike Buland
2012-02-06Important bugfix in stack code. Thanks david!0.04Mike Buland