aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/common.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-21/+0
| | | - Added an easy way to report information in exceptions.
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-151-9/+0
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-1/+2
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-6/+6
|
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-2/+2
|
* - 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.
* - Moved type-cleaning to lux/meta/type/check.Eduardo Julian2017-11-151-2/+3
|
* - Heavy refactoring.Eduardo Julian2017-11-151-1/+1
|
* - Yet more refactoring.Eduardo Julian2017-11-141-7/+5
|
* - More refactoring.Eduardo Julian2017-11-131-2/+1
|
* - Refactoring.Eduardo Julian2017-11-131-9/+2
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-14/+11
| | | - Fixed some bugs.
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+41