| Commit message (Expand) | Author | Files | Lines |
2021-06-27 | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 30 | -543/+1115 |
2021-06-26 | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 21 | -172/+673 |
2021-06-24 | Added a macro for type-casting JVM objects. | Eduardo Julian | 23 | -432/+595 |
2021-06-18 | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 35 | -452/+778 |
2021-06-14 | Extracted Licentia out of the standard library. | Eduardo Julian | 40 | -2336/+503 |
2021-06-12 | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 24 | -163/+236 |
2021-06-11 | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 53 | -830/+1144 |
2021-06-08 | Improved formatting of compilation results (only for new compilers). | Eduardo Julian | 2 | -10/+13 |
2021-06-08 | Properly using artifact IDs instead of arbitrary Text to identify artifacts. | Eduardo Julian | 11 | -30/+31 |
2021-06-08 | Added type information when logging compiled definitions. | Eduardo Julian | 4 | -14/+23 |
2021-06-02 | Postponing work on R due to flaws of the bootstrapping compiler. | Eduardo Julian | 2 | -49/+47 |
2021-06-02 | Struggling against the lexing limitations of Renjin. | Eduardo Julian | 3 | -119/+133 |
2021-06-01 | Updates for R compiler. | Eduardo Julian | 21 | -12/+2480 |
2021-05-31 | Added macro for easily logging local variables during debugging. | Eduardo Julian | 1 | -2/+59 |
2021-05-31 | Re-factored the UTF8 codec into its own module. | Eduardo Julian | 10 | -194/+223 |
2021-05-31 | "lux io current-time" is no longer an extension. | Eduardo Julian | 15 | -88/+55 |
2021-05-30 | Giving up on Kawa for now... | Eduardo Julian | 7 | -16/+149 |
2021-05-30 | lux/data/binary.slice now works in the offset+length style. | Eduardo Julian | 6 | -53/+48 |
2021-05-30 | lux/macro/template.with can now produce multiple outputs. | Eduardo Julian | 4 | -14/+14 |
2021-05-30 | Getting the name of a path is no longer a fundamental File operation. | Eduardo Julian | 4 | -116/+65 |
2021-05-30 | Some improvements to pattern-matching compilation. | Eduardo Julian | 1 | -47/+54 |
2021-05-30 | More adjustments for Common Lisp. | Eduardo Julian | 7 | -439/+499 |
2021-05-25 | Fix for pattern-matching register binding. | Eduardo Julian | 7 | -144/+175 |
2021-05-25 | Updates for Common-Lisp compiler. | Eduardo Julian | 24 | -818/+1141 |
2021-05-24 | Re-named lux/host to lux/ffi. | Eduardo Julian | 54 | -424/+381 |
2021-05-24 | Using offset+distance instead of from+to for text clipping. | Eduardo Julian | 7 | -19/+22 |
2021-05-24 | Using FFI machinery when possible when doing text replacement. | Eduardo Julian | 1 | -8/+37 |
2021-05-24 | Almost done with Scheme. | Eduardo Julian | 25 | -539/+1269 |
2021-05-18 | Got rid of the {}s in ":share" and made it pipe-able. | Eduardo Julian | 17 | -62/+86 |
2021-05-18 | Text-escaping machinery. | Eduardo Julian | 4 | -1/+402 |
2021-05-18 | Made it so that (_.times 1) still generates (and logs) a seed. | Eduardo Julian | 1 | -42/+43 |
2021-03-18 | Updates for Scheme compiler. | Eduardo Julian | 18 | -531/+911 |
2021-03-16 | Done with PHP. | Eduardo Julian | 10 | -74/+245 |
2021-03-14 | Frustrated with PHP's overflow/underflow logic. | Eduardo Julian | 6 | -47/+64 |
2021-03-12 | Almost done with PHP. | Eduardo Julian | 27 | -391/+1365 |
2021-03-10 | Wrestling with JPHP. | Eduardo Julian | 9 | -323/+472 |
2021-03-01 | Done with Ruby. | Eduardo Julian | 28 | -285/+1481 |
2021-02-26 | Got JRuby to cooperate. | Eduardo Julian | 11 | -150/+278 |
2021-02-25 | Updates for Ruby compiler. | Eduardo Julian | 11 | -556/+667 |
2021-02-24 | Done with Python. | Eduardo Julian | 9 | -86/+137 |
2021-02-22 | Updates for PHP compiler. | Eduardo Julian | 22 | -613/+1151 |
2021-02-16 | Done with Lua. | Eduardo Julian | 6 | -44/+63 |
2021-02-15 | Almost done with Lua. | Eduardo Julian | 20 | -311/+464 |
2021-02-12 | More Lua + optimizations. | Eduardo Julian | 20 | -263/+420 |
2021-02-10 | Continuing with Lua | Eduardo Julian | 38 | -382/+1672 |
2021-02-07 | Mo' updates, less problems. | Eduardo Julian | 34 | -601/+764 |
2021-02-04 | Updates for Lua compiler. | Eduardo Julian | 25 | -733/+825 |
2021-02-01 | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 31 | -943/+1126 |
2021-01-28 | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 45 | -509/+714 |
2021-01-26 | Made the Python being generated more compatible with both P2.7 and P3. | Eduardo Julian | 35 | -422/+1884 |