aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-03Place the "program:" macro of "lux/control/parser/cli" in its own module.Eduardo Julian1-8/+6
2020-12-29Unified repository abstraction for Aedifex.Eduardo Julian1-6/+6
2020-12-26Some renamings.Eduardo Julian1-42/+42
2020-12-25Replaced kebab-case with snake_case for naming convention.Eduardo Julian1-47/+47
2020-12-23Refactored "export" common syntax.Eduardo Julian1-43/+43
2020-12-12Removed several unnecessary imports.Eduardo Julian1-104/+4
2020-12-02Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the con...Eduardo Julian1-1/+1
2020-11-24Better error messages when re-using a name when making a definition.Eduardo Julian1-7/+7
2020-11-02Allow defining anonymous actors.Eduardo Julian1-4/+3
2020-08-29Test programs + auti build/test.Eduardo Julian1-0/+2
2020-08-28Build programs.Eduardo Julian1-14/+15
2020-08-12Aedifex can generate POM files.Eduardo Julian1-47/+58
2020-07-05Got the JS compiler code to build again.Eduardo Julian1-150/+136
2020-06-28The "for" macro can now work directly with definitions. No text literals nece...Eduardo Julian1-4/+4
2020-05-17Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian1-3/+2
2020-05-13Made test-running parallel again.Eduardo Julian1-43/+46
2019-10-17Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian1-2/+1
2019-10-17Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian1-2/+2
2019-10-16Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian1-1/+1
2019-10-16Small refactoringEduardo Julian1-1/+1
2019-10-15Compiler extensions have been tested to work.Eduardo Julian1-3/+6
2019-10-14The new compiler can compile & run the stdlib's test suite.Eduardo Julian1-47/+57
2019-09-15Implemented mixin-style function composition.Eduardo Julian1-4/+6
2019-09-07Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian1-1/+2
2019-09-07Renamed "Statement" to "Directive".Eduardo Julian1-1/+1
2019-07-26No more "n/"-prefixed functions.Eduardo Julian1-26/+27
2019-07-25No more "i/"-prefixed functions.Eduardo Julian1-8/+8
2019-07-24No more "r/"-prefixed functions.Eduardo Julian1-37/+38
2019-07-24No more "f/"-prefixed functions.Eduardo Julian1-15/+21
2019-06-20Improved the convention for using text formatters.Eduardo Julian1-3/+3
2019-05-01The Common Lisp compiler is alive.Eduardo Julian1-0/+3
2019-04-27Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian1-4/+5
2019-04-24WIP: PHP compiler.Eduardo Julian1-0/+3
2019-04-19Moved the CLI parser under "lux/control/parser/".Eduardo Julian1-2/+3
2019-04-19Extracted the type-parsing machinery into its own module.Eduardo Julian1-2/+5
2019-04-15Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian1-3/+1
2019-04-15Ported the synthesis tests to the new format.Eduardo Julian1-24/+9
2019-04-14Ported the analysis tests to the new format.Eduardo Julian1-3/+3
2019-04-13Started porting tests for "lux/tool".Eduardo Julian1-21/+3
2019-04-12Fixed some bugs.Eduardo Julian1-2/+0
2019-04-12Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian1-2/+0
2019-04-11WIP: Lua compiler.Eduardo Julian1-1/+5
2019-04-08Moved Ruby back-end code to stdlib.Eduardo Julian1-1/+7
2019-04-06Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian1-11/+7
2019-04-06Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian1-1/+4
2019-03-30Re-named "do-template" to "template".Eduardo Julian1-6/+6
2019-03-30Fixed some more tests.Eduardo Julian1-2/+1
2019-03-29Fixed more tests.Eduardo Julian1-73/+67
2019-03-26WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian1-2/+5
2019-03-25Ported tests for world-related modules.Eduardo Julian1-8/+3