aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/procedure/common.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-04- WIP: JVM host procedure analysis.Eduardo Julian1-171/+186
2017-09-05- Updated new compiler's code to the recent changes in the language.Eduardo Julian1-45/+45
- WIP: Some other changes/additions to the new compiler.
2017-07-03- Tested the compilation for "nat" procedures.Eduardo Julian1-32/+32
- Expanded the runtime. - Some bug-fixes and refactorings.
2017-06-30- WIP: Added generation for common procedures.Eduardo Julian1-3/+2
2017-05-30- Documented the analysis phase.Eduardo Julian1-0/+3
- Some refactoring. - Removed singleton variants.
2017-05-29- Fixes for pattern-matching (case) analysis.Eduardo Julian1-0/+333
- Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.