aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/structure.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-365/+0
| | | - Added an easy way to report information in exceptions.
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-2/+2
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-29/+42
|
* - Fixed a bug when analysing empty records.Eduardo Julian2017-12-051-0/+4
|
* - "gensym" went back to producing Code, instead of Ident.Eduardo Julian2017-12-021-4/+3
|
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-6/+6
|
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-139/+139
|
* - Fixed some bugs.Eduardo Julian2017-11-211-27/+34
| | | - Some small refactoring.
* - Added parallel compilation.Eduardo Julian2017-11-201-13/+19
| | | | | - Added aliasing. - Several bug fixes. - Some minor refactoring.
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-23/+23
|
* - 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-14/+14
| | | - Minor refactoring.
* - Heavy refactoring.Eduardo Julian2017-11-151-6/+6
|
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-23/+52
| | | | | - Removed "lux text trim" procedure. - Modified "lux text clip" procedure. - Some bug fixes.
* - Yet more refactoring.Eduardo Julian2017-11-141-22/+19
|
* - More refactoring.Eduardo Julian2017-11-131-2/+2
|
* - Refactoring.Eduardo Julian2017-11-131-39/+36
| | | | - Now giving type checking/inference a higher priority. - Better error messages.
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-11/+7
| | | - Fixed some bugs.
* - Fixed some bugs.Eduardo Julian2017-11-121-12/+18
| | | | - Improved error reporting. - Optimized pattern-matching a bit.
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+311