aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-101-2/+2
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-101-3/+3
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-6/+2
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-36/+1
* - 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-063-15/+15
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-13/+0
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-0616-270/+239
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-017-26/+53
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-273-7/+19
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-257-264/+104
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-187-157/+181
* - Fixes for R back-end.Eduardo Julian2018-04-154-43/+84
* - Initial R back-end implementation.Eduardo Julian2018-04-147-3/+39
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-0611-18/+18
* - Initial Python back-end implementation.Eduardo Julian2018-04-047-402/+234
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-137-44/+94
* - Initial Lua backend implementation.Eduardo Julian2018-03-067-332/+259
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-242-9/+4
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-231-13/+458
* - Added tests for JS procedure translation.Eduardo Julian2018-02-2211-39/+225
* - Unified translation tests.Eduardo Julian2018-02-2220-1785/+1114
* - Fixed the failing simple tests.Eduardo Julian2018-02-212-2/+407
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-176-1/+475
* - Fixed the remaining broken tests in new-luxc.Eduardo Julian2018-02-064-105/+65
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-063-61/+83
* - Got the tests to build again.Eduardo Julian2018-01-2816-63/+69
* - Got the tests to run again.Eduardo Julian2017-12-172-21/+18
* - Got most of the tests working again.Eduardo Julian2017-12-0210-23/+85
* - Adjusted new-luxc to new macro-templating syntax.Eduardo Julian2017-12-023-8/+8
* - Got the tests to compile again.Eduardo Julian2017-12-0124-1613/+1613
* - Re-named "lux/meta" to to "lux/macro".Eduardo Julian2017-11-1521-190/+191
* - 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-156-262/+29
* - Got the tests to run again.Eduardo Julian2017-11-1515-95/+93
* - Fixed the tests.Eduardo Julian2017-11-092-59/+59
* - Minor refactorings.Eduardo Julian2017-11-019-124/+124
* - Re-organized code-generation, and re-named it "translation".Eduardo Julian2017-11-0110-214/+214
* - Re-organized synthesis.Eduardo Julian2017-11-0113-36/+30
* - Re-named "parser" to "syntax".Eduardo Julian2017-10-311-2/+2
* - Re-organized analysis.Eduardo Julian2017-10-3118-44/+36
* - Migrated the format of analysis nodes from a custom data-type, to just Code...Eduardo Julian2017-10-3112-186/+138
* - Moved the "host" directory from under "generator" to under "luxc".Eduardo Julian2017-10-311-4/+4
* - Re-named "expr" module to "expression".Eduardo Julian2017-10-317-95/+95
* - Now, all special forms are handled as procedures.Eduardo Julian2017-10-312-8/+10
* - Added a test to check that can parse more than 1 Code node at once.Eduardo Julian2017-10-311-9/+25
* - Migrated the format of synthesis nodes from a custom data-type, to just Cod...Eduardo Julian2017-10-3014-446/+433
* - Fixed some bugs.Eduardo Julian2017-10-295-11/+39
* - Testing definition generation and reference.Eduardo Julian2017-10-261-0/+56