Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 2018-08-11 | 1 | -145/+0 |
| | |||||
* | Adapted new-luxc to some of the latest changes to Lux. | Eduardo Julian | 2018-07-29 | 1 | -32/+41 |
| | |||||
* | Switched to using new bit syntax in new-luxc. | Eduardo Julian | 2018-07-14 | 1 | -4/+4 |
| | |||||
* | - Moved the type-based value representation of the REPL into the standard ↵ | Eduardo Julian | 2018-07-07 | 1 | -199/+4 |
| | | | | library. | ||||
* | - Re-named "degree" to "revolution". | Eduardo Julian | 2018-07-04 | 1 | -1/+1 |
| | |||||
* | - Re-named ":!" to ":coerce". | Eduardo Julian | 2018-07-03 | 1 | -21/+21 |
| | |||||
* | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | - Re-named "Top" to "Any", and "Bottom" to "Nothing". | Eduardo Julian | 2018-05-20 | 1 | -16/+16 |
| | | | - Removed some modules that should have been deleted before. | ||||
* | - Adjusted new-luxc to latest changes. | Eduardo Julian | 2018-05-10 | 1 | -15/+15 |
| | |||||
* | - Re-named "Compiler" type to "Lux". | Eduardo Julian | 2018-05-10 | 1 | -4/+4 |
| | |||||
* | - Updated new-luxc to the latest stdlib changes. | Eduardo Julian | 2018-05-06 | 1 | -3/+3 |
| | |||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 1 | -8/+13 |
| | |||||
* | - Re-factored initialization functions to their own module. | Eduardo Julian | 2018-01-08 | 1 | -1/+2 |
| | |||||
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 1 | -1/+1 |
| | | | | the JS back-end). | ||||
* | - Added CLI machinery to compiler. | Eduardo Julian | 2017-12-13 | 1 | -1/+12 |
| | | | - Added extensions to the REPL. | ||||
* | - Added analysis, synthesis, translation and statement extensions. | Eduardo Julian | 2017-12-05 | 1 | -6/+4 |
| | | | | - No longer doing ad-hoc I/O in new-luxc. - Minor fixes and adjustments. | ||||
* | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 2017-11-29 | 1 | -139/+139 |
| | |||||
* | - Added REPL. | Eduardo Julian | 2017-11-23 | 1 | -0/+316 |