aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler/analysis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian2018-07-109-1605/+0
|
* - Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian2018-07-105-7/+7
|
* - Re-organized dictionary & set modules a bit.Eduardo Julian2018-07-102-2/+2
|
* - Re-named "Dict" type to "Dictionary".Eduardo Julian2018-07-102-6/+6
|
* - Re-named "struct:" to "structure:".Eduardo Julian2018-07-101-1/+1
|
* - Re-named "equality" to "equivalence".Eduardo Julian2018-07-052-7/+7
|
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-044-5/+5
|
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-041-8/+8
|
* - 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.
* - "with-stack" function for stacking exceptions.Eduardo Julian2018-07-043-20/+10
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-031-2/+2
|
* - Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian2018-06-179-0/+1595
compiler.