aboutsummaryrefslogtreecommitdiff
path: root/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Added the LuxVar type to properly specify the type of environment bindings.Eduardo Julian2015-05-042-14/+144
* - Added alias-lux to import lux.lux definitions.Eduardo Julian2015-05-042-87/+137
* - Added def-aliasing.Eduardo Julian2015-05-031-68/+113
* - Added ;;self-prefixes.Eduardo Julian2015-05-031-48/+103
* - Fixed escaping in charsEduardo Julian2015-05-031-17/+189
* - The type syntax is finally complete ^_^Eduardo Julian2015-05-031-110/+182
* - Implemented some new macros & functions in lux.lux.Eduardo Julian2015-05-021-113/+212
* - Finally got find-macro & macro-expand to work... (Note: type-vars bug is st...Eduardo Julian2015-05-021-68/+32
* - Added existential types via #ExT.Eduardo Julian2015-05-011-1/+2
* Optimized the compiler with 2 tweaks:Eduardo Julian2015-05-011-26/+0
* - Added the lux;seed slot to the compiler state.Eduardo Julian2015-05-011-6/+35
* - declare-macro has returned.Eduardo Julian2015-05-011-694/+464
* - Implemented pattern-matching for records.Eduardo Julian2015-04-301-61/+23
* - Made a slight correction to the Syntax type when it comes to records (slot-...Eduardo Julian2015-04-291-208/+192
* - Fixed some errors in lux.lux.Eduardo Julian2015-04-281-1102/+1294
* - lux/analyser/def has been renamed to lux/analyser/module.Eduardo Julian2015-04-261-214/+213
* Made a correction to lux.lux and the analyser regarding how to handle type-vars.Eduardo Julian2015-04-261-3/+4
* - Macros are no longer declared. Instead, they are automatically detected.Eduardo Julian2015-04-261-257/+270
* - No more Any (Top) and Nothing (Bottom) types.Eduardo Julian2015-04-251-32/+25
* - More accurate AllT environment management by using (Maybe TypeEnv) instead ...Eduardo Julian2015-04-251-28/+30
* - Fused lux;local-envs & lux;global-envs as lux;envs.Eduardo Julian2015-04-231-18/+22
* - Added a dummy implementation of "export'".Eduardo Julian2015-04-231-208/+395
* - Removed analyse-2, as it was redundant.Eduardo Julian2015-04-231-444/+412
* - Fixed several bugs in lux.luxEduardo Julian2015-04-191-1088/+1258
* - Solved the bug wherein type-inferencing was causing computational complexit...Eduardo Julian2015-04-171-208/+188
* - |do bindings are now based on pattern matching (that way, tuple destructuri...Eduardo Julian2015-04-161-1219/+1239
* - Type-vars can now be deleted and be scoped (through with-var).Eduardo Julian2015-04-161-163/+160
* - Fixed a few type-related bugs.Eduardo Julian2015-04-151-174/+184
* - Function names & parameters now take prefixes into account.Eduardo Julian2015-04-091-39/+39
* - Renamed exec to |do.Eduardo Julian2015-04-081-126/+126
* Removed several useless lux files (1 example and 3 outdated rewrites of compi...Eduardo Julian2015-04-084-385/+0
* - Identifiers with just a semi-colon in front now have "lux" as their module,...Eduardo Julian2015-04-021-920/+1079
* - Beginning to add type-system + type-inferencer.Eduardo Julian2015-03-301-920/+1100
* - Fixed the bug that caused the infinite look while compiling the file.Eduardo Julian2015-03-221-1/+1
* - Added code-cursors (file-name, line-number, column-number) as metadata on l...Eduardo Julian2015-03-221-207/+218
* - Added the reading-phase and it's associated structure as the mediator betwe...Eduardo Julian2015-03-211-4/+25
* - Added module-name aliasing.Eduardo Julian2015-03-211-102/+112
* [2nd Super Refactoring That Breaks The System: Part 7]Eduardo Julian2015-03-211-416/+420
* [2nd Super Refactoring That Breaks The System: Part 6]Eduardo Julian2015-03-201-226/+229
* [2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian2015-03-191-817/+817
* [2nd Super Refactoring That Breaks The System: Part 2]Eduardo Julian2015-03-171-49/+67
* [2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian2015-03-151-119/+191
* - Added null values as jvm-null.Eduardo Julian2015-03-101-0/+2
* - Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian2015-03-101-6/+4
* - Implemented record compilation, alongside get@' and set@'.Eduardo Julian2015-03-091-128/+184
* - Implemented comparisons and equalities for int, long, float & double.Eduardo Julian2015-03-081-418/+464
* - The implementation of monadic macros is finally finished.Eduardo Julian2015-03-081-64/+70
* - In lux.lux, fixed a bug in the "list" macro that rendered it unusable.Eduardo Julian2015-03-081-387/+383
* - Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian2015-03-081-730/+569
* Simplified the compiler by using arrays to encode tuples & variants instead o...Eduardo Julian2015-03-011-34/+15