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