aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/base.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-9/+12
|
* - Renamed "Error" to "Result".Eduardo Julian2017-05-171-22/+34
|
* WIPEduardo Julian2017-05-151-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.
* - WIP: Function analysis.Eduardo Julian2017-05-141-0/+38
|
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-5/+22
| | | - WIP: Porting more code.
* - Removed the "Debug" compiler mode.Eduardo Julian2017-05-041-2/+3
|
* - WIP: Implemented more functionality.Eduardo Julian2017-05-031-2/+64
| | | - Lots of refactorings.
* - WIP: Some initial implementations for some re-written infrastructure.Eduardo Julian2017-05-011-0/+21