aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-1042-6762/+0
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-1029-48/+48
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-1019-20/+20
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-1018-33/+33
|
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-103-25/+66
| | | - Expanded binary format module.
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-102-2/+2
|
* - Re-named "sig:" to "signature:".Eduardo Julian2018-07-101-1/+1
|
* - Fixes: Part 2.Eduardo Julian2018-07-0910-68/+66
|
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-085-19/+256
|
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-083-0/+175
| | | - Improved "lux/world/file".
* - Moved the type-based value representation of the REPL into the standard ↵Eduardo Julian2018-07-071-0/+197
| | | | library.
* - Implemented document archiving. It will play a crucial role later when ↵Eduardo Julian2018-07-071-0/+87
| | | | LuxC (Lux compiler) turns into LuxMC (Lux Meta-Compiler).
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-055-22/+22
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-048-30/+12
|
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-042-12/+12
|
* - Test (and fix) that global-reference analysis only allows you to see ↵Eduardo Julian2018-07-041-12/+32
| | | | definitions within your current module, or exports from imported modules.
* - When a method/constructor is not found, the signatures of alternatives ↵Eduardo Julian2018-07-044-109/+147
| | | | with the same name are shown as hints, for easier debugging
* - "with-stack" function for stacking exceptions.Eduardo Julian2018-07-043-20/+10
|
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-042-16/+0
|
* - Re-named "sequence" to "row".Eduardo Julian2018-07-031-4/+4
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-13/+13
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-035-17/+17
|
* - Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian2018-06-1734-0/+6013
compiler.