aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/lang/compiler/analysis (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-10- Re-named path "lux/lang/*" to "lux/language/*".Eduardo Julian9-1605/+0
2018-07-10- Re-named path "lux/data/coll/*" to "lux/data/collection/*".Eduardo Julian5-7/+7
2018-07-10- Re-organized dictionary & set modules a bit.Eduardo Julian2-2/+2
2018-07-10- Re-named "Dict" type to "Dictionary".Eduardo Julian2-6/+6
2018-07-10- Re-named "struct:" to "structure:".Eduardo Julian1-1/+1
2018-07-05- Re-named "equality" to "equivalence".Eduardo Julian2-7/+7
2018-07-04- Re-named "degree" to "revolution".Eduardo Julian4-5/+5
2018-07-04- Re-named Bound to Paremeter.Eduardo Julian1-8/+8
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- "with-stack" function for stacking exceptions.Eduardo Julian3-20/+10
2018-07-03- Re-named ":!" to ":coerce".Eduardo Julian1-2/+2
2018-06-17- Heavy refactoring to integrate extensions better with the rest of the ↵Eduardo Julian9-0/+1595
compiler.