aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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