aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/scheme (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Separate Scheme compiler.Eduardo Julian2019-05-212-199/+0
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-1/+1
|
* - Some fixes due to recent changes in stdlib.Eduardo Julian2018-07-221-6/+6
| | | - Removed some (now) useless modules.
* Re-named "Symbol" to "Identifier".Eduardo Julian2018-07-211-1/+1
|
* Re-named "Bool" type to "Bit".Eduardo Julian2018-07-131-1/+1
|
* - Re-named "import" to "import:".Eduardo Julian2018-07-031-12/+12
|
* - Re-named ":!" to ":coerce".Eduardo Julian2018-07-032-21/+21
|
* - Migrated Scheme back-end to stdlib.Eduardo Julian2018-06-1711-1447/+0
|
* - WIP: Adjustments to new-luxc based on recent changes to stdlib.Eduardo Julian2018-06-155-10/+10
|
* - Re-named "Top" to "Any", and "Bottom" to "Nothing".Eduardo Julian2018-05-203-11/+11
| | | - Removed some modules that should have been deleted before.
* - Re-named "lux process concurrency-level" to "lux process parallelism-level".Eduardo Julian2018-05-082-16/+17
| | | - Merged the functionality of "lux process future" into "lux process schedule".
* - Implemented bit-count in pure Lux.Eduardo Julian2018-05-071-1/+0
|
* - Implemented Deg functionality in pure Lux.Eduardo Julian2018-05-072-56/+1
|
* - Implemented Nat functionality in pure Lux.Eduardo Julian2018-05-062-71/+4
|
* - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵Eduardo Julian2018-05-062-11/+11
| | | | signed-shift-right -> arithmetic-right-shift.
* - Removed "lux text upper" and "lux text lower" procedures.Eduardo Julian2018-05-061-2/+0
|
* - Updated new-luxc to the latest stdlib changes.Eduardo Julian2018-05-066-10/+10
|
* - Initial Scheme back-end implementation.Eduardo Julian2018-04-1813-0/+1770