aboutsummaryrefslogtreecommitdiff
path: root/project.clj (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Changed the license in the project.clj file (had forgotten until now).Eduardo Julian2015-09-301-2/+2
* - Lux programs can now use libraries for both the JVM (.jar files) and pure L...Eduardo Julian2015-09-271-1/+2
* - Type definitions inside the compiler data now hold the type itself.Eduardo Julian2015-08-031-1/+1
* - Made several optimizations to the compiler.Eduardo Julian2015-05-061-2/+2
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-041-3/+4
* - Optimized the compiler by eliminating reflection.Eduardo Julian2015-05-031-1/+2
* * Time to start compiling...Eduardo Julian2014-12-011-1/+2
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+7