aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/reference.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-12/+12
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-4/+4
- Some refactoring.
2017-09-08- Re-named luxc/env to luxc/scope.Eduardo Julian1-2/+2
2017-07-02- Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian1-2/+2
2017-05-15WIPEduardo Julian1-0/+51
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.