aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/analyser/type.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Re-organized analysis.Eduardo Julian2017-10-311-31/+0
|
* - 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.
* - Documented the analysis phase.Eduardo Julian2017-05-301-1/+3
| | | | - Some refactoring. - Removed singleton variants.
* WIPEduardo Julian2017-05-151-0/+29
- Simplified the Analysis type, by removing all meta-data. - Added analysis of function calls. - Added analysis of common Lux procedures. - Lots of refactoring.