aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/aedifex/artifact (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-24Outsourced the syntax for labelled type definitions to macros.Eduardo Julian9-12/+12
2021-08-18Some bug fixes.Eduardo Julian2-5/+5
2021-08-13Made program: specify its bindings the same way as syntax:.Eduardo Julian1-1/+1
2021-08-11Relocated maybe and lazy from data to control.Eduardo Julian9-10/+10
2021-08-08No more #export magic syntax.Eduardo Julian12-23/+23
2021-07-30More renamings.Eduardo Julian9-12/+12
2021-07-27Re-named wrap => in && unwrap => out.Eduardo Julian5-9/+9
2021-07-25Better syntax for "library/lux.^multi".Eduardo Julian3-4/+4
2021-07-17Now properly loading cached modules.Eduardo Julian2-9/+31
2021-07-16Fixed some inconsistent naming.Eduardo Julian2-3/+17
2021-07-15Re-named "spec" hierarchy to "specification".Eduardo Julian8-8/+8
2021-07-14Normalized the hierarchy of the standard library modules.Eduardo Julian12-164/+176
2021-07-12Better syntax for parallel-hierarchy imports.Eduardo Julian12-48/+40
2021-06-12Constraining the year of the snapshot time in Aedifex.Eduardo Julian7-32/+33
2021-06-11Added import name formatting to "import:" macros for other backends.Eduardo Julian3-5/+16
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