aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Implemented some math functions in pure Lux, to reduce the needs of the ↵Eduardo Julian2018-04-051-0/+1
| | | | compiler, and make it easier to port Lux to new backends.
* - Updated .gitignore.Eduardo Julian2017-12-171-0/+1
|
* - 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.