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