aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/tests.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added loop synthesis.Eduardo Julian2017-06-091-1/+2
| | | - Some refactoring.
* - Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian2017-05-311-8/+11
| | | | | structures, procedures and function application. - Some refactoring.
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-2/+6
| | | | | | - Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.
* WIPEduardo Julian2017-05-151-1/+3
| | | | | | - Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-1/+2
| | | - WIP: Porting more code.
* - Added tests for parser.Eduardo Julian2017-04-141-0/+12