aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/meta (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminated the last application of annotations.Eduardo Julian2021-09-071-10/+0
* De-taggification | part 4Eduardo Julian2021-09-072-20/+20
* Changed the syntax of do/be's (co)monad bindings.Eduardo Julian2021-09-051-6/+6
* De-taggification | part 2Eduardo Julian2021-09-042-10/+10
* Updates to the JS compiler.Eduardo Julian2021-09-011-38/+0
* Updates to the Ruby compiler.Eduardo Julian2021-08-271-2/+2
* "Interface" instead of "interface:", and "Rec" can be used in type definition.Eduardo Julian2021-08-261-15/+10
* Outsourced the syntax for labelled type definitions to macros.Eduardo Julian2021-08-241-5/+4
* No more #export magic syntax.Eduardo Julian2021-08-082-6/+6
* Made the be/de macros for (co)monadic expression extensible.Eduardo Julian2021-08-071-1/+1
* More renamings.Eduardo Julian2021-07-301-3/+3
* Better syntax for "library/lux.^multi".Eduardo Julian2021-07-251-2/+2
* Re-named "spec" hierarchy to "specification".Eduardo Julian2021-07-151-1/+1
* Normalized the hierarchy of the standard library modules.Eduardo Julian2021-07-142-36/+38
* Better syntax for parallel-hierarchy imports.Eduardo Julian2021-07-122-7/+6
* "signature:" -> "interface:" & "structure:" -> "implementation:"Eduardo Julian2021-06-301-1/+1
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-0/+50
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-291-9/+8
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-251-22/+22
* Re-named "with-cover" to "for".Eduardo Julian2020-12-101-1/+1
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian2020-12-021-9/+9
* Added specialized root/2 and root/3 functions in lux/math.Eduardo Julian2020-12-011-2/+3
* Re-named lux/data/format/context to lux/control/parser/environment.Eduardo Julian2020-11-271-5/+5
* Improved error reporting for syntax macros.Eduardo Julian2020-11-051-1/+1
* Easy to use Rev constants.Eduardo Julian2020-10-311-14/+14
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+178