Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-03 | Misc updates. | Mike Buland | |
2012-02-08 | Deflate support, more colors. | Mike Buland | |
2012-02-08 | Fixed lexer issue on -, precidence of comparisons. | Mike Buland | |
2012-02-08 | Added function count(). | Mike Buland | |
2012-02-08 | Fixed crash in empty functions. | Mike Buland | |
2012-02-08 | Committed the tests I've been using.0.05 | Mike Buland | |
Good for regressions, I'll have to make some sort of test suite thing later. | |||
2012-02-08 | Everything seems to work now, goto, return, etc. | Mike Buland | |
2012-02-07 | All good except loops & function returns. | Mike Buland | |
2012-02-07 | Goto 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-07 | Fixed another reference bug in return statements. | Mike Buland | |
Thanks David :) | |||
2012-02-06 | exists() and delete() are now operators. | Mike Buland | |
2012-02-06 | Another bugfix for function calling. | Mike Buland | |
2012-02-06 | Fixes and updates to Bloodfields. | Mike Buland | |
Uses lists where it should instead of dictionaries, better welcome message. | |||
2012-02-06 | Gats interface supports option input. | Mike Buland | |
2012-02-06 | Important bugfix in stack code. Thanks david!0.04 | Mike Buland | |