aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian42-6762/+0
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian29-48/+48
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian19-20/+20
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian18-33/+33
2018-07-10- Ported caching machinery for default compiler.Eduardo Julian3-25/+66
- Expanded binary format module.
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian2-2/+2
2018-07-10- Re-named "sig:" to "signature:".Eduardo Julian1-1/+1
2018-07-09- Fixes: Part 2.Eduardo Julian10-68/+66
2018-07-08- Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian5-19/+256
2018-07-08- Moved LuxC's I/O to stdlib.Eduardo Julian3-0/+175
- Improved "lux/world/file".
2018-07-07- Moved the type-based value representation of the REPL into the standard ↵Eduardo Julian1-0/+197
library.
2018-07-07- Implemented document archiving. It will play a crucial role later when ↵Eduardo Julian1-0/+87
LuxC (Lux compiler) turns into LuxMC (Lux Meta-Compiler).
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian5-22/+22
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian8-30/+12
2018-07-04- Re-named Bound to Paremeter.Eduardo Julian2-12/+12
2018-07-04- Test (and fix) that global-reference analysis only allows you to see ↵Eduardo Julian1-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 Julian4-109/+147
with the same name are shown as hints, for easier debugging
2018-07-04- "with-stack" function for stacking exceptions.Eduardo Julian3-20/+10
2018-07-04- Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2-16/+0
2018-07-03- Re-named "sequence" to "row".Eduardo Julian1-4/+4
2018-07-03- Re-named "import" to "import:".Eduardo Julian2-13/+13
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian5-17/+17
2018-06-17- Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian34-0/+6013
compiler.