aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updates for Lua compiler.Eduardo Julian2021-02-041-7/+17
* Improved compilation of loops and pattern-matching for Python. Eduardo Julian2021-02-013-39/+69
* Implemented arithmetic right-shift in terms of logic right-shift.Eduardo Julian2021-01-283-4/+56
* Made the Python being generated more compatible with both P2.7 and P3.Eduardo Julian2021-01-262-2/+50
* Removed the (ultimately redundant) on_stop function for actors.Eduardo Julian2021-01-134-36/+98
* Raise error when trying to use deprecated fields/method/classes in JVM.Eduardo Julian2021-01-123-0/+42
* Compiler now shows suggestions when encountering unknown definitions.Eduardo Julian2021-01-121-0/+34
* Encapsulate JS definitions produced by the JS compiler in a local scope to av...Eduardo Julian2021-01-111-0/+43
* Turned I64 and variant creation functions into constructors for JS.Eduardo Julian2021-01-091-0/+38
* Moved "log!" function under "lux/debug".Eduardo Julian2021-01-081-0/+33
* Added lexically-scoped templates.Eduardo Julian2021-01-051-0/+31
* Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian2021-01-031-0/+44
* Moved "lux/data/number" to "lux/math/number".Eduardo Julian2020-12-292-6/+6
* Replaced kebab-case with snake_case for naming convention.Eduardo Julian2020-12-252-10/+10
* Compiling "lux syntax char case!" with TABLESWITCH instead of LOOKUPSWITCH.Eduardo Julian2020-12-151-1/+13
* Re-named "with-cover" to "for".Eduardo Julian2020-12-102-27/+27
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-2/+2
* Improved the design of actors.Eduardo Julian2020-11-012-4/+4
* Re-named "search" to "one" and "search-all" to "all".Eduardo Julian2020-10-241-2/+4
* Gave the Location type its own module.Eduardo Julian2020-10-141-0/+40
* Type-checking macros via the Macro' type from the standard library.Eduardo Julian2020-10-121-0/+28