Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Migrated Scheme back-end to stdlib. | Eduardo Julian | 2018-06-17 | 1 | -375/+0 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -1/+1 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 1 | -13/+15 |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | ||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -15/+1 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -38/+0 |
| | |||||
* | - Re-named shift-left -> left-shift, shift-right -> logical-right-shift, ↵ | Eduardo Julian | 2018-05-06 | 1 | -4/+4 |
| | | | | signed-shift-right -> arithmetic-right-shift. | ||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | - Initial Scheme back-end implementation. | Eduardo Julian | 2018-04-18 | 1 | -0/+425 |