Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-13 | - WIP: Moved some of the JS compiler machinery over to stdlib. | Eduardo Julian | 1 | -36/+0 | |
- DRYed the reference translation machinery. | |||||
2018-07-22 | - Some fixes due to recent changes in stdlib. | Eduardo Julian | 1 | -2/+2 | |
- Removed some (now) useless modules. | |||||
2018-06-15 | - WIP: Adjustments to new-luxc based on recent changes to stdlib. | Eduardo Julian | 1 | -2/+2 | |
2018-02-23 | - Added a code-generation utility module for JS. | Eduardo Julian | 1 | -6/+7 | |
2018-02-17 | - Added tests for normal JS (non-procedure) behavior. | Eduardo Julian | 1 | -2/+2 | |
- Fixed a few bugs. | |||||
2018-01-28 | - Got JS backend to build with the rest of the new-luxc code. | Eduardo Julian | 1 | -7/+14 | |
2018-01-21 | - WIP: Host procedures for JS. | Eduardo Julian | 1 | -0/+28 | |