aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/procedure.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-23/+0
|
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-311-3/+3
| | | - "lux case" now takes its branches as a non-empty record.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-1/+1
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-10/+10
| | | - Some refactoring.
* - WIP: JVM host procedure analysis.Eduardo Julian2017-10-041-5/+11
|
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-3/+3
| | | - WIP: Some other changes/additions to the new compiler.
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-0/+17
- Small refactorings. - Improved common procedures analysis. - Can now handle tagged structures (variants & records). - Tests for pattern-matching, functions (definition & application), and common procedures.