aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/case.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-201-312/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-1/+1
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-9/+14
|
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-4/+4
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-156/+156
|
* - Fixed some bugs.Eduardo Julian2017-11-221-37/+68
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Fixed some bugs.Eduardo Julian2017-11-211-1/+1
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-201-1/+1
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-19/+19
|
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-151-2/+2
|
* - Heavy refactoring.Eduardo Julian2017-11-151-4/+4
|
* - Yet more refactoring.Eduardo Julian2017-11-141-10/+13
|
* - Refactoring.Eduardo Julian2017-11-131-13/+13
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Improved handling of type variables.Eduardo Julian2017-11-131-13/+26
|
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-1/+1
| | | - Fixed some bugs.
* - Minor refactorings.Eduardo Julian2017-11-011-1/+1
| | | | - Fixed some bugs. - Enabled macro-expansion for statements.
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+260