Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 2021-01-28 | 3 | -55/+50 |
| | |||||
* | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 2021-01-12 | 1 | -1/+2 |
| | |||||
* | Encapsulate JS definitions produced by the JS compiler in a local scope to ↵ | Eduardo Julian | 2021-01-11 | 1 | -1/+8 |
| | | | | avoid interacting with the global scope. | ||||
* | Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH. | Eduardo Julian | 2020-12-15 | 1 | -14/+21 |
| | |||||
* | Improved parsing speed for Lux code. | Eduardo Julian | 2020-12-11 | 3 | -6/+17 |
| | |||||
* | Added support for "Commons Clause" to Licentia. | Eduardo Julian | 2020-12-09 | 2 | -14/+0 |
| | |||||
* | Re-named old luxc-jvm to lux-bootstrapper. | Eduardo Julian | 2020-12-04 | 41 | -0/+13435 |