aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* - Added a special form for testing if references are null.Eduardo Julian2015-03-125-10/+399
* - Added null values as jvm-null.Eduardo Julian2015-03-106-4/+22
* - Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian2015-03-1011-210/+246
* - Implemented record compilation, alongside get@' and set@'.Eduardo Julian2015-03-097-135/+346
* - Implemented comparisons and equalities for int, long, float & double.Eduardo Julian2015-03-087-466/+684
* - The implementation of monadic macros is finally finished.Eduardo Julian2015-03-085-81/+85
* - In lux.lux, fixed a bug in the "list" macro that rendered it unusable.Eduardo Julian2015-03-084-390/+390
* - Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian2015-03-0814-1301/+829
* - Removed the (currently broken) static-call optimization.Eduardo Julian2015-03-024-38/+11
* Simplified the compiler by using arrays to encode tuples & variants instead o...Eduardo Julian2015-03-0112-137/+100
* Code compiles again! (although, I had to employ a hack for "fold", as functio...Eduardo Julian2015-03-0112-231/+364
* [TODO]Eduardo Julian2015-03-014-55/+33
* - Fixed some bugs with pattern matching and macros.Eduardo Julian2015-03-0115-115/+184
* Almost done with the super refactoring.Eduardo Julian2015-03-016-793/+426
* [Refactor]Eduardo Julian2015-02-1819-218/+227
* Corrections to the super-refactoring: part 4Eduardo Julian2015-02-1817-434/+467
* Corrections to the super-refactoring: part 3Eduardo Julian2015-02-178-657/+757
* Corrections to the super-refactoring: part 2Eduardo Julian2015-02-1710-599/+667
* Corrections to the super-refactoring: part 1Eduardo Julian2015-02-155-45/+48
* Super refactoring that breaks the system: Part 4Eduardo Julian2015-02-1510-1210/+1195
* Super refactoring that breaks the system: Part 3Eduardo Julian2015-02-102-34/+2
* Super refactoring that breaks the system: Part 2Eduardo Julian2015-02-105-421/+661
* Super refactoring that breaks the system: Part 1Eduardo Julian2015-02-1013-1557/+2423
* [Working on]Eduardo Julian2015-01-294-161/+248
* [Bugs]Eduardo Julian2015-01-293-228/+202
* [Bug]Eduardo Julian2015-01-282-11/+51
* [Enhancement]Eduardo Julian2015-01-283-259/+392
* [Working on]Eduardo Julian2015-01-274-812/+667
* [Enhancement]Eduardo Julian2015-01-261-1/+70
* [Working on]Eduardo Julian2015-01-261-51/+13
* [Working on]Eduardo Julian2015-01-263-291/+437
* WARNING: BrokenEduardo Julian2015-01-228-661/+594
* [Enhancements]Eduardo Julian2015-01-205-138/+154
* [Cleanup]Eduardo Julian2015-01-196-604/+202
* [Bugs]Eduardo Julian2015-01-198-605/+600
* [Enhancements]Eduardo Julian2015-01-194-2/+2
* [Enhancement]Eduardo Julian2015-01-194-18/+33
* [Bugs]Eduardo Julian2015-01-163-116/+200
* [Bugs]Eduardo Julian2015-01-163-83/+113
* [Bugs]Eduardo Julian2015-01-163-22/+235
* [Bugs]Eduardo Julian2015-01-163-24/+59
* Fixed a bug in the ' macro.Eduardo Julian2015-01-164-89/+142
* - Added pattern-matching on tuples.Eduardo Julian2015-01-163-140/+307
* - Greatly simplified the AST and made it more macro-friendly.Eduardo Julian2015-01-124-418/+282
* - Added integer remainder.Eduardo Julian2015-01-114-43/+92
* - Fixed a small bug regarding functions calling themselves recursively.Eduardo Julian2015-01-114-150/+221
* - Compiler now handles automatic partial applications and calls to statically...Eduardo Julian2015-01-113-55/+102
* - Added substraction, multiplication and division for ints.Eduardo Julian2015-01-116-19/+90
* * Changed the language so variants now store their elements directly, instead...Eduardo Julian2015-01-107-183/+232
* - Boolean is now BoolEduardo Julian2015-01-035-34/+33