Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got the JS compiler running again. | Eduardo Julian | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | Macros are used for analysis and statements, so they shouldn't belong to ↵ | Eduardo Julian | 2019-03-03 | 1 | -4/+3 |
| | | | | analysis. | ||||
* | Factored-out general compiler program machinery. | Eduardo Julian | 2019-03-03 | 1 | -84/+38 |
| | |||||
* | Improved the names of monad transformers. | Eduardo Julian | 2019-02-24 | 1 | -3/+3 |
| | |||||
* | Got new-luxc to compile/build again. | Eduardo Julian | 2019-02-24 | 1 | -28/+34 |
| | |||||
* | Extracted "phase" from under "lux/platform/compiler/default". | Eduardo Julian | 2018-10-29 | 1 | -4/+4 |
| | |||||
* | Nested the compiler and the interpreter under the lux/platform/* path. | Eduardo Julian | 2018-10-29 | 1 | -13/+14 |
| | |||||
* | Some refactoring. | Eduardo Julian | 2018-10-27 | 1 | -16/+37 |
| | |||||
* | Removed timing/perf-logging. | Eduardo Julian | 2018-10-13 | 1 | -5/+5 |
| | |||||
* | Adapted new-luxc to latest stdlib changes. | Eduardo Julian | 2018-08-29 | 1 | -3/+0 |
| | |||||
* | Extension-related fixes. | Eduardo Julian | 2018-08-16 | 1 | -2/+4 |
| | |||||
* | Moved interpreter (REPL) code to stdlib. | Eduardo Julian | 2018-08-11 | 1 | -25/+23 |
| | |||||
* | Moved CLI machinery to stdlib. | Eduardo Julian | 2018-08-11 | 1 | -46/+6 |
| | |||||
* | Made some adjustments to fit stdlib's compiler infrastructure to new-luxc. | Eduardo Julian | 2018-08-04 | 1 | -38/+70 |
| | |||||
* | Adapted new-luxc to some of the latest changes to Lux. | Eduardo Julian | 2018-07-29 | 1 | -15/+23 |
| | |||||
* | - Adjusted new-luxc to latest changes. | Eduardo Julian | 2018-05-10 | 1 | -16/+15 |
| | |||||
* | - Added CLI machinery to compiler. | Eduardo Julian | 2017-12-13 | 1 | -31/+55 |
| | | | - Added extensions to the REPL. | ||||
* | - Adapted main codebase to the latest syntatic changes. | Eduardo Julian | 2017-11-29 | 1 | -17/+17 |
| | |||||
* | - Added REPL. | Eduardo Julian | 2017-11-23 | 1 | -4/+5 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | - Re-organized code-generation, and re-named it "translation". | Eduardo Julian | 2017-11-01 | 1 | -1/+3 |
| | |||||
* | - Fixed some bugs. | Eduardo Julian | 2017-10-29 | 1 | -4/+6 |
| | | | | | - Improved error reporting. - Implemented macro-expansion (for JVM). - Implemented "let" compilation. | ||||
* | - WIP: Wiring everything to get the compiler to work fully. | Eduardo Julian | 2017-10-26 | 1 | -37/+50 |
| | | | - Fixed a bug when combining field/method/class modifiers. | ||||
* | - Removed the "Debug" compiler mode. | Eduardo Julian | 2017-05-04 | 1 | -11/+3 |
| | |||||
* | - WIP: Implemented more functionality. | Eduardo Julian | 2017-05-03 | 1 | -2/+3 |
| | | | - Lots of refactorings. | ||||
* | - WIP: Some initial implementations for some re-written infrastructure. | Eduardo Julian | 2017-05-01 | 1 | -38/+13 |
| | |||||
* | - Initial parser implementation (still missing correct cursors and ↵ | Eduardo Julian | 2017-04-14 | 1 | -2/+3 |
| | | | | multi-line text). | ||||
* | - Development of the new re-written compiler has officially begun! | Eduardo Julian | 2017-04-14 | 1 | -0/+71 |