aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved evaluation machinery from new-luxc to stdlib.Eduardo Julian2018-07-291-20/+0
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-2253-1179/+962
| | | - Removed some (now) useless modules.
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-2135-92/+92
|
* WIP: Fix new-luxc's JVM back-end. [Part 2]Eduardo Julian2018-07-194-249/+248
|
* WIP: Fix new-luxc's JVM back-end.Eduardo Julian2018-07-1813-843/+819
|
* Switched to using new bit syntax in new-luxc.Eduardo Julian2018-07-1433-164/+164
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-1355-106/+116
|
* - Removed "lux text hash" extension.Eduardo Julian2018-07-1111-49/+3
|
* - Removed stale machinery for "lux int min" and "lux int max".Eduardo Julian2018-07-119-87/+3
|
* - Got rid of "lux text replace-once" and "lux text replace-all" extensions.Eduardo Julian2018-07-1110-142/+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-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
| | | - Got rid of "lux noop" translations.
* - Re-named "import" to "import:".Eduardo Julian2018-07-0335-190/+190
|
* - Re-named "@abstraction" to ":abstraction" and "@representation" to ↵Eduardo Julian2018-07-034-156/+156
| | | | ":representation".
* - 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
| | | - Removed some modules that should have been deleted before.
* - 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
| | | - Added an easy way to report information in exceptions.
* - 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
| | | - 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-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, ↵Eduardo Julian2018-05-0622-166/+130
| | | | signed-shift-right -> arithmetic-right-shift.
* - 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
|