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