aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/analysis (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ported tests for type analysis.Eduardo Julian2019-04-271-93/+0
* Re-named "do-template" to "template".Eduardo Julian2019-03-302-16/+16
* Now implementing atom functionality in stdlib instead of the compiler.Eduardo Julian2018-07-311-2/+0
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-17/+17
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-142-7/+7
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-132-9/+9
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-0/+551
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-041-2/+2
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-232-870/+0
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-202-8/+8
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-202-227/+0
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-161-141/+0
* - Migrated reference analysis to stdlib.Eduardo Julian2018-05-161-52/+0
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-162-353/+0
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-151-61/+0
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-081-5/+1
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-071-35/+0
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-061-30/+2
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-061-3/+3
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-067-66/+35
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-064-8/+8
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-241-2/+0
* - Added tests for JS procedure translation.Eduardo Julian2018-02-228-35/+36
* - Fixed the remaining broken tests in new-luxc.Eduardo Julian2018-02-063-97/+54
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-061-42/+58
* - Got the tests to build again.Eduardo Julian2018-01-282-6/+6
* - Got the tests to run again.Eduardo Julian2017-12-171-20/+17
* - Got most of the tests working again.Eduardo Julian2017-12-023-13/+16
* - Got the tests to compile again.Eduardo Julian2017-12-019-725/+725
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-159-64/+64
* - Moved "/type/*" to from "lux/meta/" to "lux/".Eduardo Julian2017-11-151-9/+3
* - Moved "/type" and "/type/check" from "lux/meta" to "lux/lang".Eduardo Julian2017-11-158-15/+15
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-155-29/+29
* - Got the tests to run again.Eduardo Julian2017-11-159-58/+56
* - Fixed the tests.Eduardo Julian2017-11-091-2/+2
* - Minor refactorings.Eduardo Julian2017-11-012-3/+3
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-012-4/+4
* - Re-organized analysis.Eduardo Julian2017-10-319-0/+1931