aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/inference.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed some bugs.Eduardo Julian2017-11-221-11/+27
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-20/+20
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-1/+1
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-1/+1
| | | - Minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-1/+1
|
* - Yet more refactoring.Eduardo Julian2017-11-141-57/+23
|
* - More refactoring.Eduardo Julian2017-11-131-25/+25
|
* - Refactoring.Eduardo Julian2017-11-131-14/+13
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-5/+7
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-121-16/+30
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+228