aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/inference.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-252/+0
| | | - Added an easy way to report information in exceptions.
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-11/+17
|
* - Fixed inference involving existentials.Eduardo Julian2018-01-041-3/+24
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-94/+94
|
* - 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