aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-236-1834/+0
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-2052-281/+228
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-202-612/+0
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-162-158/+0
* - Migrated reference analysis to stdlib.Eduardo Julian2018-05-164-245/+1
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-167-1156/+0
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-153-184/+0
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-108-44/+41
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-107-23/+22
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-0816-137/+88
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-0714-123/+2
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-0714-713/+4
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-0615-687/+29
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, sign...Eduardo Julian2018-05-0622-166/+130
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-0612-36/+2
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-0687-255/+247
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-0115-365/+1256
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-2711-29/+1450
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-2515-0/+2227
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-1820-15/+2259
* - Fixes for R back-end.Eduardo Julian2018-04-156-86/+154
* - Made everything an expression for R translation.Eduardo Julian2018-04-1414-744/+655
* - Initial R back-end implementation.Eduardo Julian2018-04-1416-6/+2995
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-0677-628/+818
* - Initial Python back-end implementation.Eduardo Julian2018-04-0418-5/+2601
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-1318-9/+2231
* - Initial Lua backend implementation.Eduardo Julian2018-03-0619-23/+2328
* - Removed the "root2" and "root3" host procedures (their functionality is red...Eduardo Julian2018-02-243-10/+0
* - Fixed nat division and remainder.Eduardo Julian2018-02-242-343/+86
* - Added a code-generation utility module for JS.Eduardo Julian2018-02-2314-179/+318
* - Added all the missing tests for translation of common procedures.Eduardo Julian2018-02-235-35/+128
* - Added tests for JS procedure translation.Eduardo Julian2018-02-221-2/+2
* - Changed the format for variants in JS.Eduardo Julian2018-02-214-20/+58
* - Fixed the failing simple tests.Eduardo Julian2018-02-212-26/+52
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-177-44/+35
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-064-264/+217
* - Added "lux io exit" support for browsers running JS.Eduardo Julian2018-01-291-1/+7
* - Adapted new-luxc to latest version of stdlib.Eduardo Julian2018-01-281-3/+3
* - Got the tests to build again.Eduardo Julian2018-01-281-3/+7
* - Got JS backend to build with the rest of the new-luxc code.Eduardo Julian2018-01-2818-330/+594
* - Some fixes for the JS translation layer.Eduardo Julian2018-01-281-148/+169
* - WIP: Infrastructure to interact with Nashorn interpreter.Eduardo Julian2018-01-232-2/+382
* - WIP: Host procedures for JS.Eduardo Julian2018-01-2115-131/+1491
* - WIP: JS runtime.Eduardo Julian2018-01-091-0/+1096
* - Re-factored initialization functions to their own module.Eduardo Julian2018-01-084-35/+51
* - Moved all translation code under the JVM path (in preparation for porting t...Eduardo Julian2018-01-0822-55/+57
* - Now using synthesis extensions during synthesis.Eduardo Julian2018-01-085-19/+45
* - Added "lux program" compilation.Eduardo Julian2018-01-053-9/+80
* - Fixed inference involving existentials.Eduardo Julian2018-01-041-3/+24
* - Added "Box" support to new-luxc.Eduardo Julian2018-01-032-1/+83