aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0422-91/+23
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-041-8/+8
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-048-98/+2
* - Improved abstract types.Eduardo Julian2018-07-038-40/+0
* - Re-named "import" to "import:".Eduardo Julian2018-07-0335-190/+190
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ":repres...Eduardo Julian2018-07-034-156/+156
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-0347-411/+411
* - Re-named ":!!" to ":assume".Eduardo Julian2018-07-031-1/+1
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-1715-1769/+0
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-1574-377/+361
* - Migrated synthesis to stdlib.Eduardo Julian2018-06-141-99/+0
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-263-419/+0
* - 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