| Commit message (Expand) | Author | Age | Files | Lines |
* | Split new-luxc into lux-jvm and lux-r. | Eduardo Julian | 2020-05-30 | 1 | -180/+0 |
* | Can now import previously exported libraries. | Eduardo Julian | 2020-05-29 | 1 | -2/+2 |
* | Can now export Lux code as library TAR files. | Eduardo Julian | 2020-05-28 | 1 | -17/+31 |
* | :share no longer relies on :assume | Eduardo Julian | 2020-05-17 | 1 | -1/+1 |
* | Parallel compilation for the new compiler(s). | Eduardo Julian | 2020-05-16 | 1 | -11/+9 |
* | Fixed artifact file-name generation and archive module naming in caching. | Eduardo Julian | 2020-04-19 | 1 | -0/+1 |
* | Generating definition names in a new way. | Eduardo Julian | 2020-04-16 | 1 | -1/+0 |
* | Got the new compiler to build again. | Eduardo Julian | 2020-03-19 | 1 | -0/+1 |
* | Beginning to cache artifacts. | Eduardo Julian | 2020-03-05 | 1 | -2/+5 |
* | Re-located code related to Lux's compilation across the different phases. | Eduardo Julian | 2020-01-11 | 1 | -18/+20 |
* | Re-located generation extensions for JVM. | Eduardo Julian | 2019-12-30 | 1 | -2/+3 |
* | Re-organized macro-expansion machinery. | Eduardo Julian | 2019-12-30 | 1 | -1/+2 |
* | Committing to Promise as the base monad for the compiler. | Eduardo Julian | 2019-12-29 | 1 | -17/+19 |
* | Implemented an alternative method for extensible JVM bytecode generation. | Eduardo Julian | 2019-12-28 | 1 | -4/+6 |
* | Falling back to using the old method of JVM generation while I properly debug... | Eduardo Julian | 2019-12-27 | 1 | -11/+27 |
* | Ported program generation, host environment and packaging machinery to stdlib. | Eduardo Julian | 2019-12-24 | 1 | -92/+20 |
* | 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 and... | Eduardo Julian | 2019-09-07 | 1 | -8/+10 |
* | 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 |
* | 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 arra... | Eduardo Julian | 2019-05-28 | 1 | -2/+2 |
* | 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 anal... | Eduardo Julian | 2019-03-03 | 1 | -4/+3 |
* | 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 |