aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Some bug fixes.Eduardo Julian2015-07-191-0/+2
| | | - More additions to the standard library.
* Added lambdas! (not yet real closures, but coming soon...)Eduardo Julian2014-12-151-0/+3
|
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+9
+ Can parse basic syntax. + Can eval integer multiplication.