aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
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-105-4/+20
* - Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian2015-03-1010-204/+242
* - Implemented record compilation, alongside get@' and set@'.Eduardo Julian2015-03-096-7/+162
* - Implemented comparisons and equalities for int, long, float & double.Eduardo Julian2015-03-086-48/+220
* - The implementation of monadic macros is finally finished.Eduardo Julian2015-03-084-17/+15
* - In lux.lux, fixed a bug in the "list" macro that rendered it unusable.Eduardo Julian2015-03-083-3/+7
* - Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian2015-03-0813-571/+260
* - 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-0111-103/+85
* Code compiles again! (although, I had to employ a hack for "fold", as functio...Eduardo Julian2015-03-0111-110/+272
* [TODO]Eduardo Julian2015-03-013-11/+15
* - Fixed some bugs with pattern matching and macros.Eduardo Julian2015-03-0114-94/+121
* Almost done with the super refactoring.Eduardo Julian2015-03-015-570/+180
* [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-159-1209/+1179
* Super refactoring that breaks the system: Part 3Eduardo Julian2015-02-102-34/+2
* Super refactoring that breaks the system: Part 2Eduardo Julian2015-02-104-375/+599
* Super refactoring that breaks the system: Part 1Eduardo Julian2015-02-109-1296/+1485
* [Working on]Eduardo Julian2015-01-293-52/+98
* [Bugs]Eduardo Julian2015-01-292-201/+170
* [Bug]Eduardo Julian2015-01-281-5/+14
* [Enhancement]Eduardo Julian2015-01-283-259/+392
* [Working on]Eduardo Julian2015-01-273-806/+653
* [Enhancement]Eduardo Julian2015-01-261-1/+70
* [Working on]Eduardo Julian2015-01-261-51/+13
* [Working on]Eduardo Julian2015-01-262-55/+178
* WARNING: BrokenEduardo Julian2015-01-226-604/+535
* [Enhancements]Eduardo Julian2015-01-205-138/+154
* [Cleanup]Eduardo Julian2015-01-196-604/+202
* [Bugs]Eduardo Julian2015-01-194-128/+165
* [Enhancements]Eduardo Julian2015-01-192-2/+2
* [Enhancement]Eduardo Julian2015-01-193-9/+14
* [Bugs]Eduardo Julian2015-01-162-96/+190
* [Bugs]Eduardo Julian2015-01-162-9/+99
* [Bugs]Eduardo Julian2015-01-162-22/+86
* [Bugs]Eduardo Julian2015-01-162-20/+35
* Fixed a bug in the ' macro.Eduardo Julian2015-01-163-37/+50
* - Added pattern-matching on tuples.Eduardo Julian2015-01-162-124/+250
* - Greatly simplified the AST and made it more macro-friendly.Eduardo Julian2015-01-123-407/+240
* - Added integer remainder.Eduardo Julian2015-01-113-26/+62
* - Fixed a small bug regarding functions calling themselves recursively.Eduardo Julian2015-01-113-62/+146
* - Compiler now handles automatic partial applications and calls to statically...Eduardo Julian2015-01-112-51/+74
* - Added substraction, multiplication and division for ints.Eduardo Julian2015-01-115-16/+80
* * Changed the language so variants now store their elements directly, instead...Eduardo Julian2015-01-106-175/+166
* - Boolean is now BoolEduardo Julian2015-01-035-34/+33