Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-10 | - Re-named "Dict" type to "Dictionary". | Eduardo Julian | 18 | -33/+33 | |
2018-07-10 | - Ported caching machinery for default compiler. | Eduardo Julian | 3 | -25/+66 | |
- Expanded binary format module. | |||||
2018-07-10 | - Re-named "struct:" to "structure:". | Eduardo Julian | 2 | -2/+2 | |
2018-07-10 | - Re-named "sig:" to "signature:". | Eduardo Julian | 1 | -1/+1 | |
2018-07-09 | - Fixes: Part 2. | Eduardo Julian | 10 | -68/+66 | |
2018-07-08 | - Ported caching machinery for Lux Meta-Compiler to stdlib. | Eduardo Julian | 5 | -19/+256 | |
2018-07-08 | - Moved LuxC's I/O to stdlib. | Eduardo Julian | 3 | -0/+175 | |
- Improved "lux/world/file". | |||||
2018-07-07 | - Moved the type-based value representation of the REPL into the standard ↵ | Eduardo Julian | 1 | -0/+197 | |
library. | |||||
2018-07-07 | - Implemented document archiving. It will play a crucial role later when ↵ | Eduardo Julian | 1 | -0/+87 | |
LuxC (Lux compiler) turns into LuxMC (Lux Meta-Compiler). | |||||
2018-07-05 | - Re-named "equality" to "equivalence". | Eduardo Julian | 5 | -22/+22 | |
2018-07-04 | - Re-named "degree" to "revolution". | Eduardo Julian | 8 | -30/+12 | |
2018-07-04 | - Re-named Bound to Paremeter. | Eduardo Julian | 2 | -12/+12 | |
2018-07-04 | - Test (and fix) that global-reference analysis only allows you to see ↵ | Eduardo Julian | 1 | -12/+32 | |
definitions within your current module, or exports from imported modules. | |||||
2018-07-04 | - When a method/constructor is not found, the signatures of alternatives ↵ | Eduardo Julian | 4 | -109/+147 | |
with the same name are shown as hints, for easier debugging | |||||
2018-07-04 | - "with-stack" function for stacking exceptions. | Eduardo Julian | 3 | -20/+10 | |
2018-07-04 | - Implemented not-a-number and both infinities in pure Lux. | Eduardo Julian | 2 | -16/+0 | |
2018-07-03 | - Re-named "sequence" to "row". | Eduardo Julian | 1 | -4/+4 | |
2018-07-03 | - Re-named "import" to "import:". | Eduardo Julian | 2 | -13/+13 | |
2018-07-03 | - Re-named ":!" to ":coerce". | Eduardo Julian | 5 | -17/+17 | |
2018-06-17 | - Heavy refactoring to integrate extensions better with the rest of the ↵ | Eduardo Julian | 34 | -0/+6013 | |
compiler. |