aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed some bugs.Eduardo Julian2017-11-124-39/+63
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Fixed the tests.Eduardo Julian2017-11-091-1/+1
| | | | - Fixed a few bugs. - Can now translate recursion.
* - Fixed some bugs.Eduardo Julian2017-11-062-9/+12
|
* - Minor refactorings.Eduardo Julian2017-11-012-31/+3
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-4/+4
|
* - Re-organized analysis.Eduardo Julian2017-10-3113-0/+3191