| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | WIP: Tests for JVM bytecode machinery. [Part 2] | Eduardo Julian | 2019-11-10 | 1 | -38/+369 |
* | WIP: Tests for JVM bytecode machinery. [Part 1] | Eduardo Julian | 2019-11-09 | 1 | -26/+284 |
* | WIP: Tests for JVM bytecode machinery. [Part 0] | Eduardo Julian | 2019-11-09 | 8 | -260/+768 |
* | WIP: Major refactoring of JVM bytecode machinery. | Eduardo Julian | 2019-11-07 | 41 | -542/+2187 |
* | Almost completely ported JVM runtime generation to the new JVM bytecode machi... | Eduardo Julian | 2019-10-27 | 19 | -647/+1309 |
* | Ported JVM common extension generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-17 | 7 | -21/+547 |
* | CHANGE shifting forged labels to avoid accidental collisions with legitimate ... | Eduardo Julian | 2019-10-17 | 5 | -11/+23 |
* | FIX old compiler could allow aliases to be defined more than once | Eduardo Julian | 2019-10-17 | 2 | -2/+2 |
* | Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-17 | 7 | -36/+480 |
* | Ported JVM function generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-16 | 29 | -366/+684 |
* | Now allowing types for methods. | Eduardo Julian | 2019-10-16 | 5 | -88/+107 |
* | Small refactoring | Eduardo Julian | 2019-10-16 | 3 | -6/+6 |
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 15 | -79/+399 |
* | The new compiler can compile & run the stdlib's test suite. | Eduardo Julian | 2019-10-14 | 4 | -79/+137 |
* | Fixed a bug wherein definitions created while processing module referrals did... | Eduardo Julian | 2019-09-18 | 2 | -2/+5 |
* | Added packaging machinery for the JVM compiler. | Eduardo Julian | 2019-09-18 | 3 | -24/+39 |
* | Fixed some bugs related to JVM types. | Eduardo Julian | 2019-09-17 | 5 | -14/+10 |
* | Added the ":let" macro to enable reuse of type fragments in larger types. | Eduardo Julian | 2019-09-15 | 2 | -5/+21 |
* | Implemented function memoization. | Eduardo Julian | 2019-09-15 | 4 | -22/+147 |
* | Implemented mixin-style function composition. | Eduardo Julian | 2019-09-15 | 2 | -4/+69 |
* | Got the tests running again. | Eduardo Julian | 2019-09-15 | 29 | -117/+161 |
* | More fixes. | Eduardo Julian | 2019-09-14 | 11 | -537/+725 |
* | Some fixes. | Eduardo Julian | 2019-09-08 | 9 | -704/+810 |
* | Moved polytypic code generators to their own branch. | Eduardo Julian | 2019-09-07 | 3 | -11/+13 |
* | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 2019-09-07 | 2 | -1/+2 |
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 14 | -314/+314 |
* | Modified compiler's machinery to use the new abstractions for descriptors and... | Eduardo Julian | 2019-09-07 | 16 | -813/+950 |
* | JVM type -> Lux type machinery based on signature parsing. | Eduardo Julian | 2019-08-23 | 2 | -89/+133 |
* | Parser for JVM types. | Eduardo Julian | 2019-08-22 | 5 | -132/+196 |
* | Factored-out the different categories of JVM types. | Eduardo Julian | 2019-08-21 | 5 | -124/+84 |
* | A unified type module to tie together the different JVM kinds of type. | Eduardo Julian | 2019-08-21 | 1 | -207/+209 |
* | Improved machinery in "lux/target/jvm/type/reflection". | Eduardo Julian | 2019-08-20 | 3 | -50/+74 |
* | Moved signature machinery to "lux/target/jvm/type/signature". | Eduardo Julian | 2019-08-20 | 5 | -133/+160 |
* | Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor". | Eduardo Julian | 2019-08-20 | 1 | -10/+12 |
* | WIP: Make new-luxc instructions rely on the Descriptor type. | Eduardo Julian | 2019-08-20 | 22 | -152/+155 |
* | Implemented TABLESWITCH and LOOKUPSWITCH instructions. | Eduardo Julian | 2019-08-12 | 4 | -37/+216 |
* | Got the new compiler working again. | Eduardo Julian | 2019-08-10 | 3 | -6/+6 |
* | WIP: JVM function generation. | Eduardo Julian | 2019-08-10 | 17 | -35/+548 |
* | Ported JVM reference generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-07-31 | 22 | -43/+141 |
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 181 | -1463/+1714 |
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 48 | -412/+472 |
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 10 | -277/+281 |
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 45 | -634/+749 |
* | Got rid of the "Number" abstraction. | Eduardo Julian | 2019-07-24 | 20 | -286/+203 |
* | Small improvements here and there. | Eduardo Julian | 2019-07-24 | 9 | -112/+142 |
* | * Re-named "Instruction" to "Bytecode". | Eduardo Julian | 2019-07-08 | 14 | -564/+563 |
* | Added I32, I16 and I8. | Eduardo Julian | 2019-07-08 | 12 | -20/+228 |
* | Ported JVM structure generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-07-07 | 7 | -21/+137 |
* | Ported JVM primitive generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-07-07 | 6 | -7/+158 |
* | Got long and double constants to work. | Eduardo Julian | 2019-07-06 | 5 | -90/+179 |