aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/analysis/procedure (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-23- Migrated special-form analysis to stdlib.Eduardo Julian2-870/+0
2018-05-20- Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2-8/+8
2018-05-08- Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian1-5/+1
2018-05-07- Implemented Deg functionality in pure Lux.Eduardo Julian1-35/+0
2018-05-06- Implemented Nat functionality in pure Lux.Eduardo Julian1-30/+2
2018-05-06- Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian1-3/+3
2018-05-06- Updated new-luxc to the latest stdlib changes.Eduardo Julian2-7/+7
2018-04-06- Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2-4/+4
2018-02-24- Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian1-2/+0
2018-02-22- Added tests for JS procedure translation.Eduardo Julian2-6/+6
2018-02-06- Fixed the remaining broken tests in new-luxc.Eduardo Julian1-48/+21
2018-02-06- Fixed some failing new-luxc tests.Eduardo Julian1-42/+58
2018-01-28- Got the tests to build again.Eduardo Julian1-5/+5
2017-12-17- Got the tests to run again.Eduardo Julian1-20/+17
2017-12-02- Got most of the tests working again.Eduardo Julian2-13/+14
2017-12-01- Got the tests to compile again.Eduardo Julian2-237/+237
2017-11-15- Re-named "lux/meta" to to "lux/macro".Eduardo Julian2-12/+12
2017-11-15- Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2-4/+4
2017-11-15- Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2-8/+8
2017-11-15- Got the tests to run again.Eduardo Julian2-14/+14
2017-11-09- Fixed the tests.Eduardo Julian1-2/+2
2017-11-01- Minor refactorings.Eduardo Julian1-1/+1
2017-11-01- Re-organized code-generation, and re-named it "translation".Eduardo Julian1-2/+2
2017-10-31- Re-organized analysis.Eduardo Julian2-0/+952