aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/procedure/common.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - All analysis procedures have been turned into extensions.Eduardo Julian2017-12-051-421/+0
|
* - Added new "lux in-module" procedure for changing the module while ↵Eduardo Julian2017-12-021-5/+23
| | | | analysing an expression.
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-84/+84
|
* - Fixed some bugs.Eduardo Julian2017-11-221-14/+14
| | | | - Some refactoring. - Added some alternative snippets of code that new-luxc can handle better.
* - Fixed some bugs.Eduardo Julian2017-11-211-0/+2
| | | - Some small refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-12/+12
|
* - 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-4/+4
| | | - Minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-1/+1
|
* - Made "lux text clip" work like it used to.Eduardo Julian2017-11-141-1/+1
|
* - Fixed some bugs.Eduardo Julian2017-11-141-1/+1
| | | - new-luxc can now fully compile lux.lux!
* - Yet more refactoring.Eduardo Julian2017-11-141-36/+0
|
* - Refactoring.Eduardo Julian2017-11-131-100/+83
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Improved handling of type variables.Eduardo Julian2017-11-131-0/+36
|
* - Fixed the tests.Eduardo Julian2017-11-091-1/+1
| | | | - Fixed a few bugs. - Can now translate recursion.
* - Fixed some bugs.Eduardo Julian2017-11-061-6/+6
|
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+418