aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/base.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-19- WIP: Added pattern-matching (case) analysis.Eduardo Julian1-9/+12
2017-05-17- Renamed "Error" to "Result".Eduardo Julian1-22/+34
2017-05-15WIPEduardo Julian1-4/+6
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
2017-05-14- WIP: Function analysis.Eduardo Julian1-0/+38
2017-05-09- Added tests for some kinds of analysis.Eduardo Julian1-5/+22
- WIP: Porting more code.
2017-05-04- Removed the "Debug" compiler mode.Eduardo Julian1-2/+3
2017-05-03- WIP: Implemented more functionality.Eduardo Julian1-2/+64
- Lots of refactorings.
2017-05-01- WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian1-0/+21