| Commit message (Expand) | Author | Age | Files | Lines |
| * | v0.1 | Eduardo Julian | 2015-05-04 | 1 | -1/+1 |
| * | - Added the LuxVar type to properly specify the type of environment bindings. | Eduardo Julian | 2015-05-04 | 2 | -14/+144 |
| * | - Added alias-lux to import lux.lux definitions. | Eduardo Julian | 2015-05-04 | 2 | -77/+127 |
| * | - Added def-aliasing. | Eduardo Julian | 2015-05-03 | 1 | -67/+112 |
| * | - Added ;;self-prefixes. | Eduardo Julian | 2015-05-03 | 1 | -48/+103 |
| * | - Fixed escaping in chars | Eduardo Julian | 2015-05-03 | 1 | -17/+189 |
| * | - The type syntax is finally complete ^_^ | Eduardo Julian | 2015-05-03 | 1 | -104/+176 |
| * | - Implemented some new macros & functions in lux.lux. | Eduardo Julian | 2015-05-02 | 1 | -106/+205 |
| * | - Finally got find-macro & macro-expand to work... (Note: type-vars bug is st... | Eduardo Julian | 2015-05-02 | 1 | -68/+32 |
| * | - Added existential types via #ExT. | Eduardo Julian | 2015-05-01 | 1 | -1/+2 |
| * | Optimized the compiler with 2 tweaks: | Eduardo Julian | 2015-05-01 | 1 | -26/+0 |
| * | - Added the lux;seed slot to the compiler state. | Eduardo Julian | 2015-05-01 | 1 | -6/+35 |
| * | - declare-macro has returned. | Eduardo Julian | 2015-05-01 | 1 | -680/+450 |
| * | - Implemented pattern-matching for records. | Eduardo Julian | 2015-04-30 | 1 | -60/+22 |
| * | - Made a slight correction to the Syntax type when it comes to records (slot-... | Eduardo Julian | 2015-04-29 | 1 | -201/+185 |
| * | - Fixed some errors in lux.lux. | Eduardo Julian | 2015-04-28 | 1 | -967/+1159 |
| * | - lux/analyser/def has been renamed to lux/analyser/module. | Eduardo Julian | 2015-04-26 | 1 | -212/+211 |
| * | Made a correction to lux.lux and the analyser regarding how to handle type-vars. | Eduardo Julian | 2015-04-26 | 1 | -3/+4 |
| * | - Macros are no longer declared. Instead, they are automatically detected. | Eduardo Julian | 2015-04-26 | 1 | -254/+267 |
| * | - No more Any (Top) and Nothing (Bottom) types. | Eduardo Julian | 2015-04-25 | 1 | -32/+25 |
| * | - More accurate AllT environment management by using (Maybe TypeEnv) instead ... | Eduardo Julian | 2015-04-25 | 1 | -28/+30 |
| * | - Fused lux;local-envs & lux;global-envs as lux;envs. | Eduardo Julian | 2015-04-23 | 1 | -18/+22 |
| * | - Added a dummy implementation of "export'". | Eduardo Julian | 2015-04-23 | 1 | -204/+391 |
| * | - Removed analyse-2, as it was redundant. | Eduardo Julian | 2015-04-23 | 1 | -431/+399 |
| * | - Fixed several bugs in lux.lux | Eduardo Julian | 2015-04-19 | 1 | -903/+1073 |
| * | - Solved the bug wherein type-inferencing was causing computational complexit... | Eduardo Julian | 2015-04-17 | 1 | -193/+173 |
| * | - |do bindings are now based on pattern matching (that way, tuple destructuri... | Eduardo Julian | 2015-04-16 | 1 | -1024/+1044 |
| * | - Type-vars can now be deleted and be scoped (through with-var). | Eduardo Julian | 2015-04-16 | 1 | -153/+150 |
| * | - Fixed a few type-related bugs. | Eduardo Julian | 2015-04-15 | 1 | -164/+174 |
| * | - Function names & parameters now take prefixes into account. | Eduardo Julian | 2015-04-09 | 1 | -37/+37 |
| * | - Renamed exec to |do. | Eduardo Julian | 2015-04-08 | 1 | -119/+119 |
| * | Removed several useless lux files (1 example and 3 outdated rewrites of compi... | Eduardo Julian | 2015-04-08 | 4 | -385/+0 |
| * | - Identifiers with just a semi-colon in front now have "lux" as their module,... | Eduardo Julian | 2015-04-02 | 1 | -760/+919 |
| * | - Beginning to add type-system + type-inferencer. | Eduardo Julian | 2015-03-30 | 1 | -752/+932 |
| * | - Fixed the bug that caused the infinite look while compiling the file. | Eduardo Julian | 2015-03-22 | 1 | -1/+1 |
| * | - Added code-cursors (file-name, line-number, column-number) as metadata on l... | Eduardo Julian | 2015-03-22 | 1 | -204/+215 |
| * | - Added the reading-phase and it's associated structure as the mediator betwe... | Eduardo Julian | 2015-03-21 | 1 | -4/+25 |
| * | - Added module-name aliasing. | Eduardo Julian | 2015-03-21 | 1 | -98/+108 |
| * | [2nd Super Refactoring That Breaks The System: Part 7] | Eduardo Julian | 2015-03-21 | 1 | -348/+352 |
| * | [2nd Super Refactoring That Breaks The System: Part 6] | Eduardo Julian | 2015-03-20 | 1 | -185/+188 |
| * | [2nd Super Refactoring That Breaks The System: Part 5] | Eduardo Julian | 2015-03-19 | 1 | -675/+675 |
| * | [2nd Super Refactoring That Breaks The System: Part 2] | Eduardo Julian | 2015-03-17 | 1 | -49/+67 |
| * | [2nd Super Refactoring That Breaks The System: Part 1] | Eduardo Julian | 2015-03-15 | 1 | -113/+185 |
| * | - Added null values as jvm-null. | Eduardo Julian | 2015-03-10 | 1 | -0/+2 |
| * | - Modified the compiler so parser syntax tokens are stored in the same format... | Eduardo Julian | 2015-03-10 | 1 | -6/+4 |
| * | - Implemented record compilation, alongside get@' and set@'. | Eduardo Julian | 2015-03-09 | 1 | -122/+178 |
| * | - Implemented comparisons and equalities for int, long, float & double. | Eduardo Julian | 2015-03-08 | 1 | -383/+429 |
| * | - The implementation of monadic macros is finally finished. | Eduardo Julian | 2015-03-08 | 1 | -61/+67 |
| * | - In lux.lux, fixed a bug in the "list" macro that rendered it unusable. | Eduardo Julian | 2015-03-08 | 1 | -374/+370 |
| * | - Changed once more the syntax of the prefix for host special forms. It's now... | Eduardo Julian | 2015-03-08 | 1 | -650/+489 |