aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler (follow)
Commit message (Expand)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
* - 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
* - Moved the type-based value representation of the REPL into the standard lib...Eduardo Julian2018-07-071-0/+197
* - Implemented document archiving. It will play a crucial role later when LuxC...Eduardo Julian2018-07-071-0/+87
* - 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 defini...Eduardo Julian2018-07-041-12/+32
* - When a method/constructor is not found, the signatures of alternatives with...Eduardo Julian2018-07-044-109/+147
* - "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 compi...Eduardo Julian2018-06-1734-0/+6013