aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/procedure/common.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - WIP: JVM host procedure analysis.Eduardo Julian2017-10-041-171/+186
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-45/+45
| | | - WIP: Some other changes/additions to the new compiler.
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-32/+32
| | | | - Expanded the runtime. - Some bug-fixes and refactorings.
* - WIP: Added generation for common procedures.Eduardo Julian2017-06-301-3/+2
|
* - Documented the analysis phase.Eduardo Julian2017-05-301-0/+3
| | | | - Some refactoring. - Removed singleton variants.
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-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.