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