aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/eval.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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.