Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 1 | -3/+40 |
| | |||||
* | Now generating a "LuxProgram" class, instead of a "_" class. | Eduardo Julian | 2019-09-18 | 1 | -5/+6 |
| | |||||
* | Added packaging machinery for the JVM compiler. | Eduardo Julian | 2019-09-18 | 1 | -14/+22 |
| | |||||
* | Some refactoring. | Eduardo Julian | 2019-09-17 | 1 | -17/+10 |
| | |||||
* | More fixes. | Eduardo Julian | 2019-09-14 | 1 | -3/+2 |
| | |||||
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | Got rid of a useless parameter to the INVOKE instructions. | Eduardo Julian | 2019-09-07 | 1 | -1/+1 |
| | |||||
* | Modified compiler's machinery to use the new abstractions for descriptors ↵ | Eduardo Julian | 2019-09-07 | 1 | -8/+10 |
| | | | | and signatures. | ||||
* | WIP: Make new-luxc instructions rely on the Descriptor type. | Eduardo Julian | 2019-08-20 | 1 | -3/+3 |
| | |||||
* | Array machinery for the JavaScript compiler. | Eduardo Julian | 2019-06-15 | 1 | -1/+6 |
| | |||||
* | Some fixes for the scripting languages. | Eduardo Julian | 2019-06-14 | 1 | -13/+15 |
| | | | + Small optimizations for pattern-matching generation. | ||||
* | WIP: Class definition. | Eduardo Julian | 2019-06-06 | 1 | -0/+4 |
| | |||||
* | Both the old JVM interop and the new JVM interop use the same syntax for ↵ | Eduardo Julian | 2019-05-28 | 1 | -2/+2 |
| | | | | array types. | ||||
* | Moved JVM type machinery to stdlib. | Eduardo Julian | 2019-04-27 | 1 | -1/+3 |
| | |||||
* | WIP: Turning compiler tests into a re-usable specification. | Eduardo Julian | 2019-04-26 | 1 | -5/+8 |
| | |||||
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -2/+3 |
| | |||||
* | Now using generation for host extensions. | Eduardo Julian | 2019-04-16 | 1 | -11/+18 |
| | |||||
* | Updated the JVM compiler to the latest changes. | Eduardo Julian | 2019-04-07 | 1 | -36/+125 |
| | |||||
* | 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 |