aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/analysis.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-161-111/+0
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-061-1/+1
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-021-1/+1
* - Adapted main codebase to the latest syntatic changes.Eduardo Julian2017-11-291-20/+20
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-151-1/+1
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-311-49/+71
* - Updated new compiler's code to the recent changes in the language.Eduardo Julian2017-09-051-2/+2
* - Renamed "#Relative" to "#Variable" and "#Absolute" to "#Definition".Eduardo Julian2017-07-021-3/+3
* - Adjusted compiler to the new lack of Char type.Eduardo Julian2017-07-021-4/+2
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-311-1/+60
* - Some refactoring.Eduardo Julian2017-05-301-4/+14
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-2/+2
* - Simplified the analytic model of tuples into products, and variants into sums.Eduardo Julian2017-05-201-2/+3
* - Some refactoring.Eduardo Julian2017-05-201-2/+1
* - WIP: Added pattern-matching (case) analysis.Eduardo Julian2017-05-191-1/+1
* WIPEduardo Julian2017-05-151-11/+3
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-0/+30