aboutsummaryrefslogtreecommitdiff
path: root/source (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-26Made a correction to lux.lux and the analyser regarding how to handle type-vars.Eduardo Julian1-3/+4
2015-04-26- Macros are no longer declared. Instead, they are automatically detected.Eduardo Julian1-254/+267
2015-04-25- No more Any (Top) and Nothing (Bottom) types.Eduardo Julian1-32/+25
2015-04-25- More accurate AllT environment management by using (Maybe TypeEnv) instead ...Eduardo Julian1-28/+30
2015-04-23- Fused lux;local-envs & lux;global-envs as lux;envs.Eduardo Julian1-18/+22
2015-04-23- Added a dummy implementation of "export'".Eduardo Julian1-204/+391
2015-04-23- Removed analyse-2, as it was redundant.Eduardo Julian1-431/+399
2015-04-19- Fixed several bugs in lux.luxEduardo Julian1-903/+1073
2015-04-17- Solved the bug wherein type-inferencing was causing computational complexit...Eduardo Julian1-193/+173
2015-04-16- |do bindings are now based on pattern matching (that way, tuple destructuri...Eduardo Julian1-1024/+1044
2015-04-16- Type-vars can now be deleted and be scoped (through with-var).Eduardo Julian1-153/+150
2015-04-15- Fixed a few type-related bugs.Eduardo Julian1-164/+174
2015-04-09- Function names & parameters now take prefixes into account.Eduardo Julian1-37/+37
2015-04-08- Renamed exec to |do.Eduardo Julian1-119/+119
2015-04-08Removed several useless lux files (1 example and 3 outdated rewrites of compi...Eduardo Julian4-385/+0
2015-04-02- Identifiers with just a semi-colon in front now have "lux" as their module,...Eduardo Julian1-760/+919
2015-03-30- Beginning to add type-system + type-inferencer.Eduardo Julian1-752/+932
2015-03-22- Fixed the bug that caused the infinite look while compiling the file.Eduardo Julian1-1/+1
2015-03-22- Added code-cursors (file-name, line-number, column-number) as metadata on l...Eduardo Julian1-204/+215
2015-03-21- Added the reading-phase and it's associated structure as the mediator betwe...Eduardo Julian1-4/+25
2015-03-21- Added module-name aliasing.Eduardo Julian1-98/+108
2015-03-21[2nd Super Refactoring That Breaks The System: Part 7]Eduardo Julian1-348/+352
2015-03-20[2nd Super Refactoring That Breaks The System: Part 6]Eduardo Julian1-185/+188
2015-03-19[2nd Super Refactoring That Breaks The System: Part 5]Eduardo Julian1-675/+675
2015-03-17[2nd Super Refactoring That Breaks The System: Part 2]Eduardo Julian1-49/+67
2015-03-15[2nd Super Refactoring That Breaks The System: Part 1]Eduardo Julian1-113/+185
2015-03-10- Added null values as jvm-null.Eduardo Julian1-0/+2
2015-03-10- Modified the compiler so parser syntax tokens are stored in the same format...Eduardo Julian1-6/+4
2015-03-09- Implemented record compilation, alongside get@' and set@'.Eduardo Julian1-122/+178
2015-03-08- Implemented comparisons and equalities for int, long, float & double.Eduardo Julian1-383/+429
2015-03-08- The implementation of monadic macros is finally finished.Eduardo Julian1-61/+67
2015-03-08- In lux.lux, fixed a bug in the "list" macro that rendered it unusable.Eduardo Julian1-374/+370
2015-03-08- Changed once more the syntax of the prefix for host special forms. It's now...Eduardo Julian1-650/+489
2015-03-01Simplified the compiler by using arrays to encode tuples & variants instead o...Eduardo Julian1-34/+15
2015-03-01Code compiles again! (although, I had to employ a hack for "fold", as functio...Eduardo Julian1-105/+76
2015-03-01[TODO]Eduardo Julian1-43/+17
2015-03-01- Fixed some bugs with pattern matching and macros.Eduardo Julian1-21/+63
2015-03-01Almost done with the super refactoring.Eduardo Julian1-203/+226
2015-02-15Super refactoring that breaks the system: Part 4Eduardo Julian1-1/+16
2015-02-10Super refactoring that breaks the system: Part 2Eduardo Julian1-45/+61
2015-02-10Super refactoring that breaks the system: Part 1Eduardo Julian4-228/+905
2015-01-29[Working on]Eduardo Julian1-99/+140
2015-01-29[Bugs]Eduardo Julian1-25/+30
2015-01-28[Bug]Eduardo Julian1-6/+37
2015-01-27[Working on]Eduardo Julian1-6/+14
2015-01-26[Working on]Eduardo Julian1-192/+215
2015-01-22WARNING: BrokenEduardo Julian2-57/+59
2015-01-19[Bugs]Eduardo Julian4-477/+435
2015-01-19[Enhancements]Eduardo Julian2-0/+495