aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-5/+21
|
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-62/+70
|
* WIPEduardo Julian2017-05-151-42/+80
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-2/+2
| | | - WIP: Porting more code.
* - Removed the "S" suffix from AST tags.Eduardo Julian2017-05-031-19/+19
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-348/+45
| | | - Lots of refactorings.
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+368