aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/extension/analysis.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-231-19/+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-1/+1
|
* - All analysis procedures have been turned into extensions.Eduardo Julian2017-12-051-4/+14
|
* - Added analysis, synthesis, translation and statement extensions.Eduardo Julian2017-12-051-0/+9
- No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments.