aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/reference.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-53/+0
|
* - Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-311-4/+6
| | | | Code nodes.
* - Fixed some bugs.Eduardo Julian2017-10-291-11/+11
| | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-12/+12
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-4/+4
| | | - Some refactoring.
* - Re-named luxc/env to luxc/scope.Eduardo Julian2017-09-081-2/+2
|
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-021-2/+2
|
* WIPEduardo Julian2017-05-151-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.