| Commit message (Expand) | Author | Files | Lines |
2021-08-12 | Improved binding syntax for "syntax:". | Eduardo Julian | 3 | -10/+17 |
2021-08-11 | Relocated maybe and lazy from data to control. | Eduardo Julian | 11 | -22/+22 |
2021-08-09 | Improved single-line comment syntax (from "##" to "..."). | Eduardo Julian | 3 | -26/+44 |
2021-08-08 | No more #export magic syntax. | Eduardo Julian | 15 | -22/+22 |
2021-08-07 | Made the be/de macros for (co)monadic expression extensible. | Eduardo Julian | 1 | -1/+1 |
2021-08-01 | Even more renamings. | Eduardo Julian | 2 | -2/+2 |
2021-07-30 | More renamings. | Eduardo Julian | 1 | -1/+1 |
2021-07-29 | Switched from the "from to" convention to the "minimum additional" convention. | Eduardo Julian | 2 | -3/+3 |
2021-07-27 | Re-named wrap => in && unwrap => out. | Eduardo Julian | 3 | -11/+11 |
2021-07-26 | Re-named Promise to Async. | Eduardo Julian | 2 | -3/+3 |
2021-07-25 | Better syntax for "library/lux.^multi". | Eduardo Julian | 2 | -20/+20 |
2021-07-17 | Now properly loading cached modules. | Eduardo Julian | 1 | -48/+53 |
2021-07-15 | Re-named "spec" hierarchy to "specification". | Eduardo Julian | 9 | -9/+9 |
2021-07-14 | Normalized the hierarchy of the standard library modules. | Eduardo Julian | 15 | -269/+284 |
2021-07-12 | Better syntax for parallel-hierarchy imports. | Eduardo Julian | 15 | -60/+50 |
2021-06-26 | Delegate text (lower|upper)-casing to the host-platform implementations. | Eduardo Julian | 1 | -9/+9 |
2021-06-18 | Refactored the machinery to make local macros into its own module. | Eduardo Julian | 2 | -5/+90 |
2021-06-11 | Added import name formatting to "import:" macros for other backends. | Eduardo Julian | 1 | -1/+2 |
2021-05-30 | lux/macro/template.with can now produce multiple outputs. | Eduardo Julian | 1 | -5/+5 |
2021-02-22 | Updates for PHP compiler. | Eduardo Julian | 1 | -4/+4 |
2021-02-07 | Mo' updates, less problems. | Eduardo Julian | 1 | -2/+6 |
2021-01-13 | Removed the (ultimately redundant) on_stop function for actors. | Eduardo Julian | 1 | -0/+25 |
2021-01-08 | Moved "log!" function under "lux/debug". | Eduardo Julian | 6 | -160/+46 |
2021-01-05 | Added lexically-scoped templates. | Eduardo Julian | 10 | -82/+95 |
2021-01-03 | Place the "program:" macro of "lux/control/parser/cli" in its own module. | Eduardo Julian | 6 | -25/+55 |
2020-12-29 | Unified repository abstraction for Aedifex. | Eduardo Julian | 3 | -52/+60 |
2020-12-29 | Moved "lux/data/number" to "lux/math/number". | Eduardo Julian | 7 | -46/+80 |
2020-12-25 | Replaced kebab-case with snake_case for naming convention. | Eduardo Julian | 8 | -132/+132 |
2020-12-23 | Refactored "export" common syntax. | Eduardo Julian | 3 | -13/+33 |
2020-12-22 | Properly naming unicode Block type. | Eduardo Julian | 3 | -15/+133 |
2020-12-17 | More optimizations to the Lux syntax parser. | Eduardo Julian | 2 | -1/+40 |
2020-12-12 | Removed several unnecessary imports. | Eduardo Julian | 1 | -4/+5 |
2020-12-10 | Re-named "with-cover" to "for". | Eduardo Julian | 3 | -74/+74 |
2020-12-02 | Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con... | Eduardo Julian | 6 | -34/+34 |
2020-12-01 | Added specialized root/2 and root/3 functions in lux/math. | Eduardo Julian | 1 | -2/+2 |
2020-11-28 | Added "private" macro to lux/debug. | Eduardo Julian | 2 | -28/+28 |
2020-10-31 | Re-named the directory for my bookmarks to better reflect what they are. | Eduardo Julian | 3 | -6/+6 |
2020-10-25 | Some improvements to the Lux syntax parser. | Eduardo Julian | 3 | -23/+31 |
2020-10-24 | Re-named some list functions. | Eduardo Julian | 1 | -2/+2 |
2020-10-24 | Re-named "search" to "one" and "search-all" to "all". | Eduardo Julian | 1 | -12/+14 |
2020-10-15 | Re-named "to-text" functions to "format". | Eduardo Julian | 1 | -3/+3 |
2020-10-14 | Gave the Location type its own module. | Eduardo Julian | 1 | -3/+5 |
2020-10-07 | Re-named "Cursor" type to "Location". | Eduardo Julian | 1 | -3/+3 |
2020-10-03 | Added deployment code to Aedifex. | Eduardo Julian | 1 | -0/+1 |
2020-09-16 | Changed the format of project descriptor files. | Eduardo Julian | 2 | -2/+2 |
2020-08-29 | Test programs + auti build/test. | Eduardo Julian | 1 | -16/+15 |
2020-08-28 | Build programs. | Eduardo Julian | 2 | -0/+81 |
2020-08-26 | Download and catch dependencies in Aedifex. | Eduardo Julian | 3 | -24/+159 |
2020-08-18 | Calculate SHA-1 and MD5 hashes. | Eduardo Julian | 1 | -44/+167 |
2020-07-01 | Moved all spec(ifications) from under "test/" to under "spec/". | Eduardo Julian | 1 | -1/+1 |