aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-06-12- Renamed the "compilation" phase as the "generation" phase.Eduardo Julian11-68/+250
- Implemented compilation of primitives. - Implemented compilation of structures.
2017-06-09- Added loop synthesis.Eduardo Julian3-3/+167
- Some refactoring.
2017-06-06- Now optimizing functions.Eduardo Julian1-2/+125
2017-05-31- Implemented some synthesis algorithms and tests for primitives, ↵Eduardo Julian13-50/+241
structures, procedures and function application. - Some refactoring.
2017-05-30- Documented the analysis phase.Eduardo Julian1-9/+0
- Some refactoring. - Removed singleton variants.
2017-05-29- Fixes for pattern-matching (case) analysis.Eduardo Julian8-72/+1143
- 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-20- Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2-13/+14
2017-05-20- Some refactoring.Eduardo Julian1-1/+9
2017-05-17- Renamed "Error" to "Result".Eduardo Julian4-87/+87
2017-05-15WIPEduardo Julian6-174/+205
- 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 Julian2-1/+175
- WIP: Porting more code.
2017-05-07- Renamed "AST" to "Code".Eduardo Julian1-14/+14
2017-05-03- Removed the "S" suffix from AST tags.Eduardo Julian1-12/+12
2017-05-03- Made some changes in the way the parser works.Eduardo Julian1-26/+27
2017-04-15- Some refactorings.Eduardo Julian1-35/+47
- Added documentation for luxc/parser.
2017-04-15- Fixed a bug with multi-line comments.Eduardo Julian1-35/+55
2017-04-15- Fixed some bugs.Eduardo Julian1-17/+82
- Added tests for multi-line text and single-line comments.
2017-04-14- The lexer now takes cursors into account.Eduardo Julian1-2/+2
2017-04-14- Added tests for parser.Eduardo Julian2-0/+93