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