aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian3-3/+3
2020-03-04Test for enums + adjustments to Python-generation code.Eduardo Julian1-2/+1
2019-09-15Got the tests running again.Eduardo Julian3-17/+19
2019-07-26No more "n/"-prefixed functions.Eduardo Julian2-2/+4
2019-07-25No more "i/"-prefixed functions.Eduardo Julian2-8/+8
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-4/+7
+ No more "m/"-prefixed functions.
2019-07-24Got rid of the "Number" abstraction.Eduardo Julian1-20/+21
2019-07-02Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2-3/+2
2019-06-20Improved the convention for using text formatters.Eduardo Julian5-20/+20
2019-05-21Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian1-37/+37
2019-04-19Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian1-34/+35
2019-04-19Moved the JSON parser under "lux/control/parser/".Eduardo Julian1-2/+4
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian5-9/+11
2019-03-30Re-named "do-template" to "template".Eduardo Julian2-3/+3
2019-03-28Fixed some tests.Eduardo Julian2-21/+38
2019-03-24Ported tests for type-related modules.Eduardo Julian1-1/+1
2019-03-24Ported tests for macro-related modules.Eduardo Julian5-163/+277
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian2-6/+6
to avoid confusion since "/" is used for relative module paths.
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-1/+1
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian2-2/+3
structures.
2019-02-05Integrated tests into normal source code.Eduardo Julian4-0/+286