aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/primitive.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-34/+0
|
* - Migrated the format of analysis nodes from a custom data-type, to just ↵Eduardo Julian2017-10-311-13/+14
| | | | Code nodes.
* - Updated to the latest changes in stdlib.Eduardo Julian2017-10-181-8/+8
|
* - Migrated new-luxc to latest version of stdlib.Eduardo Julian2017-10-111-4/+4
| | | - Some refactoring.
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-1/+1
| | | - WIP: Some other changes/additions to the new compiler.
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-1/+0
| | | - WIP: PM/case synthesis.
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-201-1/+1
|
* - Some refactoring.Eduardo Julian2017-05-201-1/+1
|
* WIPEduardo Julian2017-05-151-0/+34
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.