| Commit message (Expand) | Author | Files | Lines |
2021-07-28 | Re-named List's tags: Nil => End && Cons => Item | Eduardo Julian | 21 | -417/+435 |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 124 | -2453/+2456 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 56 | -475/+531 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 114 | -1042/+1028 |
2021-07-24 | Now packaging JVM programs as "fat" jars in new JVM compiler. | Eduardo Julian | 1 | -5/+127 |
2021-07-23 | Automatically handling input/output conversions for methods in new JVM compi... | Eduardo Julian | 2 | -22/+113 |
2021-07-22 | New JVM compiler can now compile JVM classes. | Eduardo Julian | 2 | -78/+241 |
2021-07-20 | Updated the Scriptum documentation generator. | Eduardo Julian | 3 | -39/+168 |
2021-07-19 | Made the default JS file-system promise-based so it works well on Node. | Eduardo Julian | 2 | -0/+104 |
2021-07-18 | New JVM compiler can now compile JVM interfaces. | Eduardo Julian | 6 | -83/+210 |
2021-07-17 | Now allowing compilers to generate custom-named outputs. | Eduardo Julian | 7 | -11/+150 |
2021-07-17 | Now properly loading cached modules. | Eduardo Julian | 9 | -166/+526 |
2021-07-16 | Fixed some inconsistent naming. | Eduardo Julian | 23 | -107/+158 |
2021-07-15 | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 124 | -130/+244 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 227 | -4049/+4408 |
2021-07-13 | Improved the XML parsing library. | Eduardo Julian | 4 | -114/+132 |
2021-07-12 | A bit more clarity for Licentia licenses. | Eduardo Julian | 6 | -87/+262 |
2021-07-12 | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 232 | -1097/+1117 |
2021-07-11 | Re-named ":coerce" to ":as" since it technically doesn't do coercions. | Eduardo Julian | 12 | -240/+327 |
2021-07-10 | Made the "try" macro into a common one, instead of a host-specific one. | Eduardo Julian | 12 | -71/+329 |
2021-07-08 | Made sure the "phase" parameter of extensions is always usable (even across l... | Eduardo Julian | 2 | -75/+230 |
2021-07-06 | Simplified the API for file-system operations. | Eduardo Julian | 13 | -461/+292 |
2021-07-02 | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 23 | -213/+644 |
2021-06-30 | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 32 | -80/+244 |
2021-06-29 | Some updates for the new compilers. | Eduardo Julian | 10 | -146/+275 |
2021-06-27 | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 12 | -285/+758 |
2021-06-26 | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 12 | -65/+383 |
2021-06-24 | Added a macro for type-casting JVM objects. | Eduardo Julian | 7 | -303/+413 |
2021-06-18 | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 13 | -172/+451 |
2021-06-14 | Extracted Licentia out of the standard library. | Eduardo Julian | 10 | -435/+216 |
2021-06-12 | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 11 | -38/+76 |
2021-06-11 | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 8 | -36/+248 |
2021-05-31 | Re-factored the UTF8 codec into its own module. | Eduardo Julian | 4 | -17/+39 |
2021-05-30 | lux/data/binary.slice now works in the offset+length style. | Eduardo Julian | 2 | -14/+17 |
2021-05-30 | lux/macro/template.with can now produce multiple outputs. | Eduardo Julian | 2 | -10/+10 |
2021-05-24 | Re-named lux/host to lux/ffi. | Eduardo Julian | 13 | -82/+82 |
2021-05-24 | Using offset+distance instead of from+to for text clipping. | Eduardo Julian | 1 | -1/+1 |
2021-05-24 | Almost done with Scheme. | Eduardo Julian | 3 | -35/+61 |
2021-05-18 | Got rid of the {}s in ":share" and made it pipe-able. | Eduardo Julian | 4 | -12/+18 |
2021-05-18 | Text-escaping machinery. | Eduardo Julian | 2 | -0/+158 |
2021-03-18 | Updates for Scheme compiler. | Eduardo Julian | 1 | -3/+7 |
2021-03-16 | Done with PHP. | Eduardo Julian | 1 | -2/+2 |
2021-03-12 | Almost done with PHP. | Eduardo Julian | 4 | -4/+31 |
2021-03-01 | Done with Ruby. | Eduardo Julian | 3 | -3/+30 |
2021-02-24 | Done with Python. | Eduardo Julian | 3 | -25/+33 |
2021-02-22 | Updates for PHP compiler. | Eduardo Julian | 2 | -6/+8 |
2021-02-16 | Done with Lua. | Eduardo Julian | 1 | -2/+4 |
2021-02-15 | Almost done with Lua. | Eduardo Julian | 5 | -64/+74 |
2021-02-12 | More Lua + optimizations. | Eduardo Julian | 1 | -0/+24 |
2021-02-07 | Mo' updates, less problems. | Eduardo Julian | 7 | -104/+207 |