aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis/structure.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-365/+0
* - 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
* - Added parallel compilation.Eduardo Julian2017-11-201-13/+19
* - 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
* - Heavy refactoring.Eduardo Julian2017-11-151-6/+6
* - Removed "lux text last-index" procedure.Eduardo Julian2017-11-141-23/+52
* - Yet more refactoring.Eduardo Julian2017-11-141-22/+19
* - More refactoring.Eduardo Julian2017-11-131-2/+2
* - Refactoring.Eduardo Julian2017-11-131-39/+36
* - Type-vars no longer get deleted.Eduardo Julian2017-11-131-11/+7
* - Fixed some bugs.Eduardo Julian2017-11-121-12/+18
* - Re-organized analysis.Eduardo Julian2017-10-311-0/+311