| Commit message (Expand) | Author | Files | Lines |
2015-04-16 | - |do bindings are now based on pattern matching (that way, tuple destructuri... | Eduardo Julian | 1 | -1219/+1239 |
2015-04-16 | - Type-vars can now be deleted and be scoped (through with-var). | Eduardo Julian | 1 | -163/+160 |
2015-04-15 | - Fixed a few type-related bugs. | Eduardo Julian | 1 | -174/+184 |
2015-04-09 | - Function names & parameters now take prefixes into account. | Eduardo Julian | 1 | -39/+39 |
2015-04-08 | - Renamed exec to |do. | Eduardo Julian | 1 | -126/+126 |
2015-04-02 | - Identifiers with just a semi-colon in front now have "lux" as their module,... | Eduardo Julian | 1 | -920/+1079 |
2015-03-30 | - Beginning to add type-system + type-inferencer. | Eduardo Julian | 1 | -920/+1100 |
2015-03-22 | - Fixed the bug that caused the infinite look while compiling the file. | Eduardo Julian | 1 | -1/+1 |
2015-03-22 | - Added code-cursors (file-name, line-number, column-number) as metadata on l... | Eduardo Julian | 1 | -207/+218 |
2015-03-21 | - Added the reading-phase and it's associated structure as the mediator betwe... | Eduardo Julian | 1 | -4/+25 |
2015-03-21 | - Added module-name aliasing. | Eduardo Julian | 1 | -102/+112 |
2015-03-21 | [2nd Super Refactoring That Breaks The System: Part 7] | Eduardo Julian | 1 | -416/+420 |
2015-03-20 | [2nd Super Refactoring That Breaks The System: Part 6] | Eduardo Julian | 1 | -226/+229 |
2015-03-19 | [2nd Super Refactoring That Breaks The System: Part 5] | Eduardo Julian | 1 | -817/+817 |
2015-03-17 | [2nd Super Refactoring That Breaks The System: Part 2] | Eduardo Julian | 1 | -49/+67 |
2015-03-15 | [2nd Super Refactoring That Breaks The System: Part 1] | Eduardo Julian | 1 | -119/+191 |
2015-03-10 | - Added null values as jvm-null. | Eduardo Julian | 1 | -0/+2 |
2015-03-10 | - Modified the compiler so parser syntax tokens are stored in the same format... | Eduardo Julian | 1 | -6/+4 |
2015-03-09 | - Implemented record compilation, alongside get@' and set@'. | Eduardo Julian | 1 | -128/+184 |
2015-03-08 | - Implemented comparisons and equalities for int, long, float & double. | Eduardo Julian | 1 | -418/+464 |
2015-03-08 | - The implementation of monadic macros is finally finished. | Eduardo Julian | 1 | -64/+70 |
2015-03-08 | - In lux.lux, fixed a bug in the "list" macro that rendered it unusable. | Eduardo Julian | 1 | -387/+383 |
2015-03-08 | - Changed once more the syntax of the prefix for host special forms. It's now... | Eduardo Julian | 1 | -730/+569 |
2015-03-01 | Simplified the compiler by using arrays to encode tuples & variants instead o... | Eduardo Julian | 1 | -34/+15 |
2015-03-01 | Code compiles again! (although, I had to employ a hack for "fold", as functio... | Eduardo Julian | 1 | -121/+92 |
2015-03-01 | [TODO] | Eduardo Julian | 1 | -44/+18 |
2015-03-01 | - Fixed some bugs with pattern matching and macros. | Eduardo Julian | 1 | -21/+63 |
2015-03-01 | Almost done with the super refactoring. | Eduardo Julian | 1 | -223/+246 |
2015-02-15 | Super refactoring that breaks the system: Part 4 | Eduardo Julian | 1 | -1/+16 |
2015-02-10 | Super refactoring that breaks the system: Part 2 | Eduardo Julian | 1 | -46/+62 |
2015-02-10 | Super refactoring that breaks the system: Part 1 | Eduardo Julian | 1 | -261/+747 |
2015-01-29 | [Working on] | Eduardo Julian | 1 | -109/+150 |
2015-01-29 | [Bugs] | Eduardo Julian | 1 | -27/+32 |
2015-01-28 | [Bug] | Eduardo Julian | 1 | -6/+37 |
2015-01-27 | [Working on] | Eduardo Julian | 1 | -6/+14 |
2015-01-26 | [Working on] | Eduardo Julian | 1 | -236/+259 |
2015-01-22 | WARNING: Broken | Eduardo Julian | 1 | -53/+55 |
2015-01-19 | [Bugs] | Eduardo Julian | 1 | -0/+259 |