aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-04v0.1Eduardo Julian1-1/+2
2015-05-04- Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian1-0/+7
2015-05-04- Added alias-lux to import lux.lux definitions.Eduardo Julian1-0/+2
2015-05-01- Added existential types via #ExT.Eduardo Julian1-9/+1
2015-05-01Optimized the compiler with 2 tweaks:Eduardo Julian1-3/+0
2015-04-17- Solved the bug wherein type-inferencing was causing computational complexit...Eduardo Julian1-1/+0
2015-04-16- Type-vars can now be deleted and be scoped (through with-var).Eduardo Julian1-1/+5
2015-03-30- Beginning to add type-system + type-inferencer.Eduardo Julian1-0/+1
2015-03-22- Fixed the bug that caused the infinite look while compiling the file.Eduardo Julian1-4/+2
2015-03-21- Added module-name aliasing.Eduardo Julian1-1/+0
2015-03-20[2nd Super Refactoring That Breaks The System: Part 6]Eduardo Julian1-0/+2
2015-03-19[2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian1-4/+5
2015-03-17[2nd Super Refactoring That Breaks The System: Part 2]Eduardo Julian1-0/+1
2015-03-15[2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian1-4/+0
2015-03-12- Added program creation (generates the "main" method).Eduardo Julian1-2/+3
2015-03-12- Added a special form for testing if references are null.Eduardo Julian1-6/+0
2015-03-10- Added null values as jvm-null.Eduardo Julian1-3/+7
2015-03-10- Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian1-1/+0
2015-03-08- The implementation of monadic macros is finally finished.Eduardo Julian1-1/+0
2015-03-08- Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian1-1/+1
2015-03-02- Removed the (currently broken) static-call optimization.Eduardo Julian1-4/+1
2015-03-01[TODO]Eduardo Julian1-0/+2
2015-03-01- Fixed some bugs with pattern matching and macros.Eduardo Julian1-0/+2
2015-02-18Corrections to the super-refactoring: part 4Eduardo Julian1-8/+4
2015-02-17Corrections to the super-refactoring: part 3Eduardo Julian1-8/+0
2015-02-15Super refactoring that breaks the system: Part 4Eduardo Julian1-93/+1
2015-02-10Super refactoring that breaks the system: Part 1Eduardo Julian1-0/+86
2015-01-29[Working on]Eduardo Julian1-1/+0
2015-01-28[Enhancement]Eduardo Julian1-1/+2
2015-01-22WARNING: BrokenEduardo Julian1-3/+6
2015-01-20[Enhancements]Eduardo Julian1-0/+1
2015-01-19[Cleanup]Eduardo Julian1-1/+2
2015-01-19[Bugs]Eduardo Julian1-12/+3
2015-01-19[Enhancements]Eduardo Julian1-1/+1
2015-01-19[Enhancement]Eduardo Julian1-0/+1
2015-01-11- Added substraction, multiplication and division for ints.Eduardo Julian1-2/+0
2015-01-10* Changed the language so variants now store their elements directly, instead...Eduardo Julian1-3/+2
2015-01-03The language officially has a name: Lux (stylized as "lux").Eduardo Julian1-13/+10
2015-01-03The language now supports macros.Eduardo Julian1-167/+14
2015-01-02Pattern matching compiler now generates optimized code.Eduardo Julian1-258/+153
2014-12-26Reimplemented basic pattern-matching.Eduardo Julian1-1/+272
2014-12-21The machinery is in place to allow loading modules at runtime.Eduardo Julian1-1/+1
2014-12-20* Java interop is almost finished.Eduardo Julian1-1/+0
2014-12-19Now the language has full closures.Eduardo Julian1-1/+0
2014-12-19Almost finished implementing closures.Eduardo Julian1-1/+1
2014-12-18All the classes that used to be generated per function have now been folded i...Eduardo Julian1-8/+3
2014-12-16Added some pseudo pattern-matching (only extracting simple data, without expl...Eduardo Julian1-2/+1
2014-12-16+ Strings now have escape characters.Eduardo Julian1-2/+4
2014-12-15Added ints and floats.Eduardo Julian1-2/+1
2014-12-15Added "do" expressions.Eduardo Julian1-1/+0