aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/function.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-161-111/+0
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-15/+23
|
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-1/+1
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-42/+42
|
* - Fixed some bugs.Eduardo Julian2017-11-211-1/+5
| | | - Some small refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-5/+5
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
|
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-1/+1
| | | - Minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-4/+4
|
* - Yet more refactoring.Eduardo Julian2017-11-141-16/+8
|
* - More refactoring.Eduardo Julian2017-11-131-11/+8
|
* - Refactoring.Eduardo Julian2017-11-131-23/+21
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-4/+1
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-121-3/+7
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+111