aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-139-60/+60
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-0/+551
* - Removed "lux text hash" extension.Eduardo Julian2018-07-111-10/+0
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-111-14/+1
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-111-26/+0
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-042-3/+3
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-041-3/+0
* - Improved abstract types.Eduardo Julian2018-07-031-28/+24
* - Re-named "import" to "import:".Eduardo Julian2018-07-032-5/+5
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-038-136/+136
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-154-148/+117
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-265-356/+0
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-232-870/+0
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-206-107/+107
* - 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
* - 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-0617-290/+259
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-018-47/+79
* - 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-138-47/+100
* - 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-2212-40/+227
* - Unified translation tests.Eduardo Julian2018-02-2221-1801/+1121
* - Changed the format for variants in JS.Eduardo Julian2018-02-211-2/+3
* - Fixed the failing simple tests.Eduardo Julian2018-02-212-2/+407
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-177-8/+490
* - 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-2817-70/+76
* - 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