Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simplified the API for file-system operations. | Eduardo Julian | 2021-07-06 | 13 | -461/+292 | |
| | ||||||
* | No longer employing the capabilities model on the lux/world/* modules. | Eduardo Julian | 2021-07-02 | 23 | -213/+644 | |
| | | | Capabilities should be opt-in, but using them in the standard library makes them mandatory. | |||||
* | "signature:" -> "interface:" & "structure:" -> "implementation:" | Eduardo Julian | 2021-06-30 | 32 | -80/+244 | |
| | | | "signature" & "structure" feel like very ML-specific terminology and might not be easy on programmers unfamiliar with it. | |||||
* | Some updates for the new compilers. | Eduardo Julian | 2021-06-29 | 10 | -146/+275 | |
| | ||||||
* | Made obtaining env variables more granular + partial Lua support. | Eduardo Julian | 2021-06-27 | 12 | -285/+758 | |
| | ||||||
* | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 2021-06-26 | 12 | -65/+383 | |
| | ||||||
* | Added a macro for type-casting JVM objects. | Eduardo Julian | 2021-06-24 | 7 | -303/+413 | |
| | ||||||
* | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2021-06-18 | 13 | -172/+451 | |
| | ||||||
* | Extracted Licentia out of the standard library. | Eduardo Julian | 2021-06-14 | 10 | -435/+216 | |
| | ||||||
* | Constraining the year of the snapshot time in Aedifex. | Eduardo Julian | 2021-06-12 | 11 | -38/+76 | |
| | ||||||
* | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 2021-06-11 | 8 | -36/+248 | |
| | ||||||
* | Re-factored the UTF8 codec into its own module. | Eduardo Julian | 2021-05-31 | 4 | -17/+39 | |
| | ||||||
* | lux/data/binary.slice now works in the offset+length style. | Eduardo Julian | 2021-05-30 | 2 | -14/+17 | |
| | ||||||
* | lux/macro/template.with can now produce multiple outputs. | Eduardo Julian | 2021-05-30 | 2 | -10/+10 | |
| | ||||||
* | Re-named lux/host to lux/ffi. | Eduardo Julian | 2021-05-24 | 13 | -82/+82 | |
| | ||||||
* | Using offset+distance instead of from+to for text clipping. | Eduardo Julian | 2021-05-24 | 1 | -1/+1 | |
| | ||||||
* | Almost done with Scheme. | Eduardo Julian | 2021-05-24 | 3 | -35/+61 | |
| | | | But will have to postpone finishing it because Kawa is not up to snuff. | |||||
* | Got rid of the {}s in ":share" and made it pipe-able. | Eduardo Julian | 2021-05-18 | 4 | -12/+18 | |
| | ||||||
* | Text-escaping machinery. | Eduardo Julian | 2021-05-18 | 2 | -0/+158 | |
| | ||||||
* | Updates for Scheme compiler. | Eduardo Julian | 2021-03-18 | 1 | -3/+7 | |
| | ||||||
* | Done with PHP. | Eduardo Julian | 2021-03-16 | 1 | -2/+2 | |
| | ||||||
* | Almost done with PHP. | Eduardo Julian | 2021-03-12 | 4 | -4/+31 | |
| | ||||||
* | Done with Ruby. | Eduardo Julian | 2021-03-01 | 3 | -3/+30 | |
| | ||||||
* | Done with Python. | Eduardo Julian | 2021-02-24 | 3 | -25/+33 | |
| | ||||||
* | Updates for PHP compiler. | Eduardo Julian | 2021-02-22 | 2 | -6/+8 | |
| | ||||||
* | Done with Lua. | Eduardo Julian | 2021-02-16 | 1 | -2/+4 | |
| | ||||||
* | Almost done with Lua. | Eduardo Julian | 2021-02-15 | 5 | -64/+74 | |
| | ||||||
* | More Lua + optimizations. | Eduardo Julian | 2021-02-12 | 1 | -0/+24 | |
| | ||||||
* | Mo' updates, less problems. | Eduardo Julian | 2021-02-07 | 7 | -104/+207 | |
| | ||||||
* | Updates for Lua compiler. | Eduardo Julian | 2021-02-04 | 5 | -38/+162 | |
| | ||||||
* | Improved compilation of loops and pattern-matching for Python. | Eduardo Julian | 2021-02-01 | 11 | -61/+194 | |
| | ||||||
* | Implemented arithmetic right-shift in terms of logic right-shift. | Eduardo Julian | 2021-01-28 | 10 | -220/+323 | |
| | ||||||
* | Made the Python being generated more compatible with both P2.7 and P3. | Eduardo Julian | 2021-01-26 | 4 | -23/+212 | |
| | ||||||
* | Removed the (ultimately redundant) on_stop function for actors. | Eduardo Julian | 2021-01-13 | 9 | -67/+266 | |
| | ||||||
* | Raise error when trying to use deprecated fields/method/classes in JVM. | Eduardo Julian | 2021-01-12 | 15 | -104/+272 | |
| | ||||||
* | Compiler now shows suggestions when encountering unknown definitions. | Eduardo Julian | 2021-01-12 | 11 | -23/+199 | |
| | ||||||
* | Encapsulate JS definitions produced by the JS compiler in a local scope to ↵ | Eduardo Julian | 2021-01-11 | 8 | -61/+311 | |
| | | | | avoid interacting with the global scope. | |||||
* | Turned I64 and variant creation functions into constructors for JS. | Eduardo Julian | 2021-01-09 | 9 | -122/+415 | |
| | ||||||
* | Moved "log!" function under "lux/debug". | Eduardo Julian | 2021-01-08 | 15 | -209/+470 | |
| | ||||||
* | Added lexically-scoped templates. | Eduardo Julian | 2021-01-05 | 14 | -105/+205 | |
| | ||||||
* | Place the "program:" macro of "lux/control/parser/cli" in its own module. | Eduardo Julian | 2021-01-03 | 17 | -104/+228 | |
| | ||||||
* | Unified repository abstraction for Aedifex. | Eduardo Julian | 2020-12-29 | 19 | -289/+443 | |
| | ||||||
* | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 2020-12-29 | 138 | -751/+840 | |
| | ||||||
* | Some renamings. | Eduardo Julian | 2020-12-26 | 15 | -219/+258 | |
| | ||||||
* | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 2020-12-25 | 118 | -3952/+3953 | |
| | ||||||
* | Refactored "export" common syntax. | Eduardo Julian | 2020-12-23 | 21 | -429/+637 | |
| | ||||||
* | Properly naming unicode Block type. | Eduardo Julian | 2020-12-22 | 18 | -362/+541 | |
| | ||||||
* | More optimizations to the Lux syntax parser. | Eduardo Julian | 2020-12-17 | 8 | -18/+68 | |
| | ||||||
* | Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH. | Eduardo Julian | 2020-12-15 | 11 | -76/+486 | |
| | ||||||
* | Removed several unnecessary imports. | Eduardo Julian | 2020-12-12 | 24 | -288/+342 | |
| |