aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-173-3/+3
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-041-2/+1
* Got the tests running again.Eduardo Julian2019-09-153-17/+19
* No more "n/"-prefixed functions.Eduardo Julian2019-07-262-2/+4
* No more "i/"-prefixed functions.Eduardo Julian2019-07-252-8/+8
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-4/+7
* Got rid of the "Number" abstraction.Eduardo Julian2019-07-241-20/+21
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-022-3/+2
* Improved the convention for using text formatters.Eduardo Julian2019-06-205-20/+20
* Fixes & tweaks in tests (and relevant code) due to latest changes in the stdlib.Eduardo Julian2019-05-211-37/+37
* Moved the code/syntax parser under "lux/control/parser/".Eduardo Julian2019-04-191-34/+35
* Moved the JSON parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+4
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-065-9/+11
* Re-named "do-template" to "template".Eduardo Julian2019-03-302-3/+3
* Fixed some tests.Eduardo Julian2019-03-282-21/+38
* Ported tests for type-related modules.Eduardo Julian2019-03-241-1/+1
* Ported tests for macro-related modules.Eduardo Julian2019-03-245-163/+277
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-152-6/+6
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-1/+1
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-112-2/+3
* Integrated tests into normal source code.Eduardo Julian2019-02-054-0/+286