| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Generating module IDs in a similar way to artifact IDs. | Eduardo Julian | 2020-04-18 | 13 | -67/+146 |
* | Improved test for exceptions. | Eduardo Julian | 2020-04-18 | 5 | -41/+128 |
* | Generating definition names in a new way. | Eduardo Julian | 2020-04-16 | 14 | -58/+93 |
* | Test for concatenative programming. | Eduardo Julian | 2020-04-15 | 7 | -92/+333 |
* | Some tweaks to how dictionaries and rows work. | Eduardo Julian | 2020-04-15 | 12 | -85/+107 |
* | Test for predicates + adjustments to code-generation code. | Eduardo Julian | 2020-03-19 | 17 | -83/+174 |
* | Got the new compiler to build again. | Eduardo Julian | 2020-03-19 | 13 | -352/+262 |
* | Test for order + fixes for interval. | Eduardo Julian | 2020-03-18 | 6 | -57/+89 |
* | No passing the archive as a parameter to all phases. | Eduardo Julian | 2020-03-18 | 61 | -1154/+1263 |
* | Test for equivalence + adjustments to Lua-generation code. | Eduardo Julian | 2020-03-05 | 16 | -324/+359 |
* | Beginning to cache artifacts. | Eduardo Julian | 2020-03-05 | 7 | -132/+183 |
* | Test for enums + adjustments to Python-generation code. | Eduardo Julian | 2020-03-04 | 16 | -328/+370 |
* | Test for codec composition + adjustments to JS-generation code. | Eduardo Julian | 2020-03-04 | 17 | -301/+360 |
* | Re-located compiler's version. | Eduardo Julian | 2020-01-11 | 5 | -13/+15 |
* | Re-located code related to Lux's compilation across the different phases. | Eduardo Julian | 2020-01-11 | 140 | -500/+573 |
* | Re-located Lux's parser. | Eduardo Julian | 2020-01-10 | 4 | -8/+14 |
* | Re-located generation extensions for JVM. | Eduardo Julian | 2019-12-30 | 4 | -47/+43 |
* | Re-located generation infrastructure. | Eduardo Julian | 2019-12-30 | 15 | -115/+114 |
* | Re-organized code-evaluation machinery. | Eduardo Julian | 2019-12-30 | 5 | -26/+23 |
* | Re-organized macro-expansion machinery. | Eduardo Julian | 2019-12-30 | 8 | -22/+23 |
* | Committing to Promise as the base monad for the compiler. | Eduardo Julian | 2019-12-29 | 5 | -159/+156 |
* | FIX the names of function classes are now prefixed with their originating mod... | Eduardo Julian | 2019-12-29 | 3 | -28/+45 |
* | Optimized pattern-matching against variants. | Eduardo Julian | 2019-12-28 | 1 | -8/+2 |
* | Implemented an alternative method for extensible JVM bytecode generation. | Eduardo Julian | 2019-12-28 | 4 | -23/+346 |
* | Falling back to using the old method of JVM generation while I properly debug... | Eduardo Julian | 2019-12-27 | 3 | -12/+27 |
* | Bug fixes. | Eduardo Julian | 2019-12-26 | 7 | -166/+145 |
* | Optimized LuxRuntime::case and fixed a few bugs. | Eduardo Julian | 2019-12-25 | 4 | -52/+66 |
* | Ported program generation, host environment and packaging machinery to stdlib. | Eduardo Julian | 2019-12-24 | 8 | -33/+750 |
* | Properly track how the stack changes in the presence of discontinuities. | Eduardo Julian | 2019-12-21 | 6 | -128/+272 |
* | Ported JVM host extension generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-11-21 | 4 | -4/+1088 |
* | Minor adjustments. | Eduardo Julian | 2019-11-18 | 18 | -457/+443 |
* | Tests for JVM bytecode machinery. [Part 5] | Eduardo Julian | 2019-11-16 | 10 | -1473/+311 |
* | WIP: Tests for JVM bytecode machinery. [Part 4] | Eduardo Julian | 2019-11-16 | 2 | -135/+141 |
* | WIP: Tests for JVM bytecode machinery. [Part 3] | Eduardo Julian | 2019-11-15 | 4 | -71/+330 |
* | Fixed the test for INVOKEINTERFACE. | Eduardo Julian | 2019-11-14 | 2 | -14/+10 |
* | 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 |