Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for pattern-matching/case synthesis & translation. | Eduardo Julian | 2018-08-15 | 1 | -57/+2 |
| | |||||
* | - Fixed common translation tests for JVM. | Eduardo Julian | 2018-08-11 | 1 | -2/+6 |
| | | | | - Fixed a bug in "lux text <". - Small optimizations to old LuxC. | ||||
* | - Fixes for eval. | Eduardo Julian | 2018-08-09 | 1 | -2/+2 |
| | | | - Macro-expansion during analysis. | ||||
* | Moved default compiler process to stdlib (with caching temporarily disabled). | Eduardo Julian | 2018-08-03 | 1 | -2/+2 |
| | |||||
* | Now implementing process functionality in stdlib instead of the compiler. | Eduardo Julian | 2018-07-31 | 1 | -88/+4 |
| | |||||
* | Adapted new-luxc to some of the latest changes to Lux. | Eduardo Julian | 2018-07-29 | 1 | -76/+76 |
| | |||||
* | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 2018-07-22 | 1 | -277/+278 |
| | | | - Removed some (now) useless modules. | ||||
* | WIP: Fix new-luxc's JVM back-end. | Eduardo Julian | 2018-07-18 | 1 | -112/+115 |
| | |||||
* | Switched to using new bit syntax in new-luxc. | Eduardo Julian | 2018-07-14 | 1 | -30/+30 |
| | |||||
* | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 2018-06-15 | 1 | -3/+3 |
| | |||||
* | - Re-named "lux process concurrency-level" to "lux process parallelism-level". | Eduardo Julian | 2018-05-08 | 1 | -7/+2 |
| | | | - Merged the functionality of "lux process future" into "lux process schedule". | ||||
* | - Implemented Deg functionality in pure Lux. | Eduardo Julian | 2018-05-07 | 1 | -98/+0 |
| | |||||
* | - Implemented Nat functionality in pure Lux. | Eduardo Julian | 2018-05-06 | 1 | -89/+0 |
| | |||||
* | - Adapted new-luxc's code to latest stdlib changes. | Eduardo Julian | 2018-04-06 | 1 | -48/+48 |
| | |||||
* | - Added all the missing tests for translation of common procedures. | Eduardo Julian | 2018-02-23 | 1 | -4/+95 |
| | | | | - Implemented some missing process functionality in the JVM runtime. - Minor bug fixes. | ||||
* | - Moved all translation code under the JVM path (in preparation for porting ↵ | Eduardo Julian | 2018-01-08 | 1 | -0/+603 |
the JS back-end). |