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