aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Integrated documentation into the main repo (powered by mkdocs).Eduardo Julian2017-08-271-0/+2
|
* - Updated .gitignore.Eduardo Julian2016-12-011-0/+2
|
* - Collected the Lux compiler's repo, the Standard Library's, the Leiningen ↵Eduardo Julian2016-12-011-7/+4
| | | | plugin's and the Emacs mode's into a big monorepo, to keep development unified.
* - 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.