aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/tests.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed various JVM translation tests.Eduardo Julian2018-08-111-6/+6
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-37/+24
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-061-20/+20
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-011-21/+26
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-131-3/+6
* - Added tests for JS procedure translation.Eduardo Julian2018-02-221-1/+2
* - Unified translation tests.Eduardo Julian2018-02-221-16/+7
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-2/+3
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-171-7/+15
* - Got the tests to build again.Eduardo Julian2018-01-281-7/+7
* - Got the tests to compile again.Eduardo Julian2017-12-011-23/+23
* - Moved "luxc/lang/syntax" to "lux/lang/syntax".Eduardo Julian2017-11-151-2/+1
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-011-8/+8
* - Re-organized synthesis.Eduardo Julian2017-11-011-7/+7
* - Re-named "parser" to "syntax".Eduardo Julian2017-10-311-1/+1
* - Re-organized analysis.Eduardo Julian2017-10-311-9/+9
* - Fixed some bugs.Eduardo Julian2017-10-291-2/+1
* - Testing definition generation and reference.Eduardo Julian2017-10-261-0/+1
* - Compilation and tests for primitive conversions.Eduardo Julian2017-10-121-1/+2
* - Added tests for host procedures.Eduardo Julian2017-10-071-1/+2
* - Added tests for type-checking and type-coercion.Eduardo Julian2017-10-051-0/+1
* - Function generation.Eduardo Julian2017-09-191-2/+1
* - Added pattern-matching compilation.Eduardo Julian2017-09-171-0/+1
* - Removed the (non) tests for case synthesis.Eduardo Julian2017-09-081-3/+1
* - Tested the compilation for "nat" procedures.Eduardo Julian2017-07-031-1/+6
* - Renamed the "compilation" phase as the "generation" phase.Eduardo Julian2017-06-121-1/+5
* - Added loop synthesis.Eduardo Julian2017-06-091-1/+2
* - Implemented some synthesis algorithms and tests for primitives, structures,...Eduardo Julian2017-05-311-8/+11
* - Fixes for pattern-matching (case) analysis.Eduardo Julian2017-05-291-2/+6
* WIPEduardo Julian2017-05-151-1/+3
* - Added tests for some kinds of analysis.Eduardo Julian2017-05-091-1/+2
* - Added tests for parser.Eduardo Julian2017-04-141-0/+12