aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - Implemented not-a-number and both infinities in pure Lux.Eduardo Julian2018-07-049-101/+2
|
* - Improved abstract types.Eduardo Julian2018-07-039-68/+24
| | | - Got rid of "lux noop" translations.
* - Re-named "import" to "import:".Eduardo Julian2018-07-0337-195/+195
|
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian2018-07-034-156/+156
| | | | ":representation".
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-0355-547/+547
|
* - 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-1578-525/+478
|
* - Migrated synthesis to stdlib.Eduardo Julian2018-06-141-99/+0
|
* - WIP: Migrated synthesis to stdlib.Eduardo Julian2018-05-268-775/+0
|
* - Migrated special-form analysis to stdlib.Eduardo Julian2018-05-238-2704/+0
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-2058-388/+335
| | | - Removed some modules that should have been deleted before.
* - Migrated pattern-matching analysis to stdlib.Eduardo Julian2018-05-204-839/+0
|
* - Migrated function analysis to stdlib.Eduardo Julian2018-05-163-299/+0
|
* - Migrated reference analysis to stdlib.Eduardo Julian2018-05-165-297/+1
|
* - Migrated structure analysis to stdlib.Eduardo Julian2018-05-169-1509/+0
| | | - Added an easy way to report information in exceptions.
* - Migrated primitive analysis to stdlib.Eduardo Julian2018-05-154-245/+0
|
* - Adjusted new-luxc to latest changes.Eduardo Julian2018-05-109-46/+43
|
* - Re-named "Compiler" type to "Lux".Eduardo Julian2018-05-109-27/+26
|
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-0818-143/+90
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-0714-123/+2
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-0716-749/+5
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-0616-717/+31
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-0625-181/+145
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-0613-49/+2
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-06105-553/+514
|
* - WIP: - Initial PHP back-end implementation [missing procedures].Eduardo Julian2018-05-0124-421/+1356
|
* - WIP: - Initial PHP back-end implementation.Eduardo Julian2018-04-2714-36/+1469
|
* - Initial Common Lisp back-end implementation.Eduardo Julian2018-04-2522-264/+2331
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-1827-172/+2440
|
* - Fixes for R back-end.Eduardo Julian2018-04-1510-129/+238
|
* - Made everything an expression for R translation.Eduardo Julian2018-04-1414-744/+655
|
* - Initial R back-end implementation.Eduardo Julian2018-04-1424-11/+3039
|
* - Adapted new-luxc's code to latest stdlib changes.Eduardo Julian2018-04-0688-646/+836
|
* - Initial Python back-end implementation.Eduardo Julian2018-04-0426-408/+2837
|
* - Initial Ruby back-end implementation.Eduardo Julian2018-03-1327-57/+2333
|
* - Initial Lua backend implementation.Eduardo Julian2018-03-0627-356/+2591
|
* - Removed the "root2" and "root3" host procedures (their functionality is ↵Eduardo Julian2018-02-245-19/+4
| | | | redundant, in the presence of the "pow" procedure).
* - 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-236-48/+586
| | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes.
* - Added tests for JS procedure translation.Eduardo Julian2018-02-2213-42/+229
|
* - Unified translation tests.Eduardo Julian2018-02-2221-1801/+1121
|
* - Changed the format for variants in JS.Eduardo Julian2018-02-215-22/+61
| | | - Fixed a bug when decoding fracs.
* - Fixed the failing simple tests.Eduardo Julian2018-02-214-28/+459
|
* - Added tests for normal JS (non-procedure) behavior.Eduardo Julian2018-02-1714-52/+525
| | | - Fixed a few bugs.
* - Fixed the remaining broken tests in new-luxc.Eduardo Julian2018-02-064-105/+65
|
* - Fixed some failing new-luxc tests.Eduardo Julian2018-02-067-325/+300
| | | | - Re-designed the way casting is done for JVM interop. - Now always adding extensions when initializing compiler.
* - 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
|