Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Integrated documentation into the main repo (powered by mkdocs). | Eduardo Julian | 2017-08-27 | 1 | -0/+2 |
| | |||||
* | - Updated .gitignore. | Eduardo Julian | 2016-12-01 | 1 | -0/+2 |
| | |||||
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵ | Eduardo Julian | 2016-12-01 | 1 | -7/+4 |
| | | | | plugin's and the Emacs mode's into a big monorepo, to keep development unified. | ||||
* | - Some bug fixes. | Eduardo Julian | 2015-07-19 | 1 | -0/+2 |
| | | | - More additions to the standard library. | ||||
* | Added lambdas! (not yet real closures, but coming soon...) | Eduardo Julian | 2014-12-15 | 1 | -0/+3 |
| | |||||
* | + Can lex basic tokens. | Eduardo Julian | 2014-11-25 | 1 | -0/+9 |
+ Can parse basic syntax. + Can eval integer multiplication. |