aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/eval.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-15- Heavy refactoring.Eduardo Julian1-18/+0
2017-11-01- Minor refactorings.Eduardo Julian1-1/+1
- Fixed some bugs. - Enabled macro-expansion for statements.
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-6/+6
2017-11-01- Re-organized synthesis.Eduardo Julian1-4/+4
2017-10-31- Re-organized analysis.Eduardo Julian1-3/+3
2017-10-31- Re-named "expr" module to "expression".Eduardo Julian1-2/+2
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-2/+2
2017-10-05- Simplified "eval".Eduardo Julian1-2/+3
2017-10-05- Added tests for type-checking and type-coercion.Eduardo Julian1-0/+17
- Implemented "eval". - Fixed bugs when analysing variants and tuples.