aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/macro/poly/json.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Made extension-definition macros specify their bindings the same way as syntax:.Eduardo Julian2021-08-161-119/+0
|
* Relocated maybe and lazy from data to control.Eduardo Julian2021-08-111-1/+0
|
* Improved single-line comment syntax (from "##" to "...").Eduardo Julian2021-08-091-7/+7
|
* No more #export magic syntax.Eduardo Julian2021-08-081-1/+1
|
* Even more renamings.Eduardo Julian2021-08-011-1/+1
|
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
|
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-141-44/+45
|
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-121-8/+6
|
* Added import name formatting to "import:" macros for other backends.Eduardo Julian2021-06-111-1/+2
|
* Added lexically-scoped templates.Eduardo Julian2021-01-051-2/+2
|
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-6/+6
|
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-14/+14
|
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-2/+2
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-2/+2
| | | | convention that only macros that deal with types may start with a colon.
* Re-named the directory for my bookmarks to better reflect what they are.Eduardo Julian2020-10-311-2/+2
|
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-12/+14
|
* Added deployment code to Aedifex.Eduardo Julian2020-10-031-0/+1
|
* Download and catch dependencies in Aedifex.Eduardo Julian2020-08-261-23/+24
|
* 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-171-1/+1
|
* Test for enums + adjustments to Python-generation code.Eduardo Julian2020-03-041-2/+1
|
* Got the tests running again.Eduardo Julian2019-09-151-8/+8
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-1/+2
|
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-021-1/+0
|
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-2/+2
|
* 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-061-3/+4
|
* Ported tests for macro-related modules.Eduardo Julian2019-03-241-0/+114