| Commit message (Expand) | Author | Age | Files | Lines |
* | - Collected the Lux compiler's repo, the Standard Library's, the Leiningen pl... | Eduardo Julian | 2016-12-01 | 1 | -38/+0 |
* | - Fixed a bug in how the output-dir and output-package are handled. | Eduardo Julian | 2016-10-30 | 1 | -4/+4 |
* | - Improved the way resources and source code are handled. | Eduardo Julian | 2016-10-25 | 1 | -6/+17 |
* | - The compiler now takes the list of directories on which to look for source ... | Eduardo Julian | 2016-04-18 | 1 | -9/+6 |
* | - Added a REPL mode. | Eduardo Julian | 2016-03-12 | 1 | -3/+7 |
* | - Added CompilerMode and CompilerInfo data to the Compiler state. | Eduardo Julian | 2016-02-17 | 1 | -1/+7 |
* | - Made a variety of refactorings and minor changes. | Eduardo Julian | 2015-12-02 | 1 | -3/+1 |
* | - _jvm_ null must now be written as a form. | Eduardo Julian | 2015-11-15 | 1 | -7/+1 |
* | - Removed the Lux source from the repo, as it now belongs to the lux/stdlib p... | Eduardo Julian | 2015-10-04 | 1 | -5/+0 |
* | - Changed the license in the project.clj file (had forgotten until now). | Eduardo Julian | 2015-09-30 | 1 | -1/+1 |
* | - Lux programs can now use libraries for both the JVM (.jar files) and pure L... | Eduardo Julian | 2015-09-27 | 1 | -8/+20 |
* | Changed the license from EPL to MPL. | Eduardo Julian | 2015-08-28 | 1 | -7/+4 |
* | - lux;using no longer prefixes variables. | Eduardo Julian | 2015-07-29 | 1 | -5/+7 |
* | - The output directory is now being used as the cache. | Eduardo Julian | 2015-07-25 | 1 | -3/+1 |
* | - Fixed an error when compiling Java field access (both static & virtual). | Eduardo Julian | 2015-07-24 | 1 | -1/+1 |
* | Added copyright notice on all files that missed it. | Eduardo Julian | 2015-07-19 | 1 | -0/+8 |
* | - Corrected the indentation issues in the lux files. | Eduardo Julian | 2015-05-22 | 1 | -1/+4 |
* | - Removed the apparently unnecessary total-locals. | Eduardo Julian | 2015-05-14 | 1 | -2/+0 |
* | - Removed all the unnecesary comments. | Eduardo Julian | 2015-05-06 | 1 | -10/+0 |
* | v0.1 | Eduardo Julian | 2015-05-04 | 1 | -1/+2 |
* | - Added the LuxVar type to properly specify the type of environment bindings. | Eduardo Julian | 2015-05-04 | 1 | -0/+7 |
* | - Added alias-lux to import lux.lux definitions. | Eduardo Julian | 2015-05-04 | 1 | -0/+2 |
* | - Added existential types via #ExT. | Eduardo Julian | 2015-05-01 | 1 | -9/+1 |
* | Optimized the compiler with 2 tweaks: | Eduardo Julian | 2015-05-01 | 1 | -3/+0 |
* | - Solved the bug wherein type-inferencing was causing computational complexit... | Eduardo Julian | 2015-04-17 | 1 | -1/+0 |
* | - Type-vars can now be deleted and be scoped (through with-var). | Eduardo Julian | 2015-04-16 | 1 | -1/+5 |
* | - Beginning to add type-system + type-inferencer. | Eduardo Julian | 2015-03-30 | 1 | -0/+1 |
* | - Fixed the bug that caused the infinite look while compiling the file. | Eduardo Julian | 2015-03-22 | 1 | -4/+2 |
* | - Added module-name aliasing. | Eduardo Julian | 2015-03-21 | 1 | -1/+0 |
* | [2nd Super Refactoring That Breaks The System: Part 6] | Eduardo Julian | 2015-03-20 | 1 | -0/+2 |
* | [2nd Super Refactoring That Breaks The System: Part 5] | Eduardo Julian | 2015-03-19 | 1 | -4/+5 |
* | [2nd Super Refactoring That Breaks The System: Part 2] | Eduardo Julian | 2015-03-17 | 1 | -0/+1 |
* | [2nd Super Refactoring That Breaks The System: Part 1] | Eduardo Julian | 2015-03-15 | 1 | -4/+0 |
* | - Added program creation (generates the "main" method). | Eduardo Julian | 2015-03-12 | 1 | -2/+3 |
* | - Added a special form for testing if references are null. | Eduardo Julian | 2015-03-12 | 1 | -6/+0 |
* | - Added null values as jvm-null. | Eduardo Julian | 2015-03-10 | 1 | -3/+7 |
* | - Modified the compiler so parser syntax tokens are stored in the same format... | Eduardo Julian | 2015-03-10 | 1 | -1/+0 |
* | - The implementation of monadic macros is finally finished. | Eduardo Julian | 2015-03-08 | 1 | -1/+0 |
* | - Changed once more the syntax of the prefix for host special forms. It's now... | Eduardo Julian | 2015-03-08 | 1 | -1/+1 |
* | - Removed the (currently broken) static-call optimization. | Eduardo Julian | 2015-03-02 | 1 | -4/+1 |
* | [TODO] | Eduardo Julian | 2015-03-01 | 1 | -0/+2 |
* | - Fixed some bugs with pattern matching and macros. | Eduardo Julian | 2015-03-01 | 1 | -0/+2 |
* | Corrections to the super-refactoring: part 4 | Eduardo Julian | 2015-02-18 | 1 | -8/+4 |
* | Corrections to the super-refactoring: part 3 | Eduardo Julian | 2015-02-17 | 1 | -8/+0 |
* | Super refactoring that breaks the system: Part 4 | Eduardo Julian | 2015-02-15 | 1 | -93/+1 |
* | Super refactoring that breaks the system: Part 1 | Eduardo Julian | 2015-02-10 | 1 | -0/+86 |
* | [Working on] | Eduardo Julian | 2015-01-29 | 1 | -1/+0 |
* | [Enhancement] | Eduardo Julian | 2015-01-28 | 1 | -1/+2 |
* | WARNING: Broken | Eduardo Julian | 2015-01-22 | 1 | -3/+6 |
* | [Enhancements] | Eduardo Julian | 2015-01-20 | 1 | -0/+1 |