aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/tests.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-19- Function generation.Eduardo Julian1-2/+1
2017-09-17- Added pattern-matching compilation.Eduardo Julian1-0/+1
2017-09-08- Removed the (non) tests for case synthesis.Eduardo Julian1-3/+1
2017-07-03- Tested the compilation for "nat" procedures.Eduardo Julian1-1/+6
- Expanded the runtime. - Some bug-fixes and refactorings.
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian1-1/+5
- Implemented compilation of primitives. - Implemented compilation of structures.
2017-06-09- Added loop synthesis.Eduardo Julian1-1/+2
- Some refactoring.
2017-05-31- Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian1-8/+11
structures, procedures and function application. - Some refactoring.
2017-05-29- Fixes for pattern-matching (case) analysis.Eduardo Julian1-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.
2017-05-15WIPEduardo Julian1-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.
2017-05-09- Added tests for some kinds of analysis.Eduardo Julian1-1/+2
- WIP: Porting more code.
2017-04-14- Added tests for parser.Eduardo Julian1-0/+12