aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro (follow)
Commit message (Expand)AuthorAgeFilesLines
* De-taggification | part 4Eduardo Julian2021-09-0711-92/+92
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-055-12/+12
* De-taggification | part 2Eduardo Julian2021-09-0411-53/+53
* Unified tuple and record syntax.Eduardo Julian2021-09-032-7/+7
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-245-34/+34
* Enabled compile-time code evaluation (i.e. "eval" function).Eduardo Julian2021-08-191-2/+3
* Some bug fixes.Eduardo Julian2021-08-183-6/+6
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-164-251/+0
* 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 con...Eduardo Julian2020-12-026-34/+34
* 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