aboutsummaryrefslogtreecommitdiff
path: root/new-luxc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1364-166/+176
|
* - Fixes for compiler build [part 0].Eduardo Julian2018-07-131-0/+551
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-1112-59/+3
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-1110-101/+4
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-1111-168/+11
|
* - Re-named "type-of" to ":of".Eduardo Julian2018-07-111-1/+1
|
* - Ported caching machinery for default compiler.Eduardo Julian2018-07-101-139/+0
| | | - Expanded binary format module.
* - Ported caching machinery for Lux Meta-Compiler to stdlib.Eduardo Julian2018-07-083-250/+0
|
* - Moved LuxC's I/O to stdlib.Eduardo Julian2018-07-081-121/+0
| | | - Improved "lux/world/file".
* - Moved the type-based value representation of the REPL into the standard ↵Eduardo Julian2018-07-071-199/+4
| | | | library.
* - Re-named "degree" to "revolution".Eduardo Julian2018-07-0424-94/+26
|
* - Re-named Bound to Paremeter.Eduardo Julian2018-07-041-8/+8
|
* - 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).