aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Some refactoring.Eduardo Julian2017-05-203-6/+3
|
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-192-2/+2
|
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-2/+2
|
* WIPEduardo Julian2017-05-151-11/+3
| | | | | | - 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-093-0/+66
- WIP: Porting more code.