Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-11-29 | - No longer removing empty lines from source code when reading it. Now lexing... | Eduardo Julian | 1 | -1/+1 |
2015-10-04 | - Removed the Lux source from the repo, as it now belongs to the lux/stdlib p... | Eduardo Julian | 1 | -2/+1 |
2015-09-30 | - Changed the license in the project.clj file (had forgotten until now). | Eduardo Julian | 1 | -2/+2 |
2015-09-27 | - Lux programs can now use libraries for both the JVM (.jar files) and pure L... | Eduardo Julian | 1 | -1/+2 |
2015-08-03 | - Type definitions inside the compiler data now hold the type itself. | Eduardo Julian | 1 | -1/+1 |
2015-05-06 | - Made several optimizations to the compiler. | Eduardo Julian | 1 | -2/+2 |
2015-05-04 | - Added the LuxVar type to properly specify the type of environment bindings. | Eduardo Julian | 1 | -3/+4 |
2015-05-03 | - Optimized the compiler by eliminating reflection. | Eduardo Julian | 1 | -1/+2 |
2014-12-01 | * Time to start compiling... | Eduardo Julian | 1 | -1/+2 |