| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 1 | -17/+10 |
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 1 | -0/+2 |
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 1 | -5/+22 |
* | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2021-06-26 | 1 | -0/+2 |
* | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2021-06-18 | 1 | -2/+1 |
* | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 2021-06-12 | 1 | -0/+1 |
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 1 | -21/+21 |
* | Re-named lux/host to lux/ffi. | Eduardo Julian | 2021-05-24 | 1 | -2/+2 |
* | Updates for Scheme compiler. | Eduardo Julian | 2021-03-18 | 1 | -3/+7 |
* | Almost done with PHP. | Eduardo Julian | 2021-03-12 | 1 | -1/+2 |
* | Done with Ruby. | Eduardo Julian | 2021-03-01 | 1 | -1/+2 |
* | Updates for PHP compiler. | Eduardo Julian | 2021-02-22 | 1 | -2/+4 |
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 1 | -52/+14 |
* | Turned I64 and variant creation functions into constructors for JS. | Eduardo Julian | 2021-01-09 | 1 | -55/+62 |
* | Place the "program:" macro of "lux/control/parser/cli" in its own module. | Eduardo Julian | 2021-01-03 | 1 | -8/+6 |
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 1 | -6/+6 |
* | Some renamings. | Eduardo Julian | 2020-12-26 | 1 | -42/+42 |
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 1 | -47/+47 |
* | Refactored "export" common syntax. | Eduardo Julian | 2020-12-23 | 1 | -43/+43 |
* | Removed several unnecessary imports. | Eduardo Julian | 2020-12-12 | 1 | -104/+4 |
* | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 2020-12-02 | 1 | -1/+1 |
* | Better error messages when re-using a name when making a definition. | Eduardo Julian | 2020-11-24 | 1 | -7/+7 |
* | Allow defining anonymous actors. | Eduardo Julian | 2020-11-02 | 1 | -4/+3 |
* | Test programs + auti build/test. | Eduardo Julian | 2020-08-29 | 1 | -0/+2 |
* | Build programs. | Eduardo Julian | 2020-08-28 | 1 | -14/+15 |
* | Aedifex can generate POM files. | Eduardo Julian | 2020-08-12 | 1 | -47/+58 |
* | Got the JS compiler code to build again. | Eduardo Julian | 2020-07-05 | 1 | -150/+136 |
* | The "for" macro can now work directly with definitions. No text literals nece... | Eduardo Julian | 2020-06-28 | 1 | -4/+4 |
* | Local binding names for (co|indexed-)?monads are now explicitly set. | Eduardo Julian | 2020-05-17 | 1 | -3/+2 |
* | Made test-running parallel again. | Eduardo Julian | 2020-05-13 | 1 | -43/+46 |
* | Ported JVM common extension generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-17 | 1 | -2/+1 |
* | Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-17 | 1 | -2/+2 |
* | Ported JVM function generation to the new JVM bytecode machinery. | Eduardo Julian | 2019-10-16 | 1 | -1/+1 |
* | Small refactoring | Eduardo Julian | 2019-10-16 | 1 | -1/+1 |
* | Compiler extensions have been tested to work. | Eduardo Julian | 2019-10-15 | 1 | -3/+6 |
* | The new compiler can compile & run the stdlib's test suite. | Eduardo Julian | 2019-10-14 | 1 | -47/+57 |
* | Implemented mixin-style function composition. | Eduardo Julian | 2019-09-15 | 1 | -4/+6 |
* | Re-named "lux/control/contract" to "lux/control/function/contract". | Eduardo Julian | 2019-09-07 | 1 | -1/+2 |
* | Renamed "Statement" to "Directive". | Eduardo Julian | 2019-09-07 | 1 | -1/+1 |
* | No more "n/"-prefixed functions. | Eduardo Julian | 2019-07-26 | 1 | -26/+27 |
* | No more "i/"-prefixed functions. | Eduardo Julian | 2019-07-25 | 1 | -8/+8 |
* | No more "r/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -37/+38 |
* | No more "f/"-prefixed functions. | Eduardo Julian | 2019-07-24 | 1 | -15/+21 |
* | Improved the convention for using text formatters. | Eduardo Julian | 2019-06-20 | 1 | -3/+3 |
* | The Common Lisp compiler is alive. | Eduardo Julian | 2019-05-01 | 1 | -0/+3 |
* | Moved the modules under "lux/host/" to now be under "lux/target/". | Eduardo Julian | 2019-04-27 | 1 | -4/+5 |
* | WIP: PHP compiler. | Eduardo Julian | 2019-04-24 | 1 | -0/+3 |
* | Moved the CLI parser under "lux/control/parser/". | Eduardo Julian | 2019-04-19 | 1 | -2/+3 |
* | Extracted the type-parsing machinery into its own module. | Eduardo Julian | 2019-04-19 | 1 | -2/+5 |
* | Removed the (deemed unnecessary) host extensions for the scripting languages. | Eduardo Julian | 2019-04-15 | 1 | -3/+1 |