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