aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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