aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/type.lux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-15- Heavy refactoring.Eduardo Julian1-1/+1
2017-11-13- Improved handling of type variables.Eduardo Julian1-6/+2
2017-11-13- Type-vars no longer get deleted.Eduardo Julian1-6/+6
- Fixed some bugs.
2017-11-12- Fixed some bugs.Eduardo Julian1-8/+8
- Improved error reporting. - Optimized pattern-matching a bit.
2017-10-31- Re-organized analysis.Eduardo Julian1-0/+0
2017-10-18- Updated to the latest changes in stdlib.Eduardo Julian1-8/+8
2017-10-11- Migrated new-luxc to latest version of stdlib.Eduardo Julian1-4/+4
- Some refactoring.
2017-05-30- Documented the analysis phase.Eduardo Julian1-1/+3
- Some refactoring. - Removed singleton variants.
2017-05-15WIPEduardo Julian1-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.