aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed several unnecessary imports.Eduardo Julian2020-12-121-104/+4
|
* Re-named "::" and ":::" macros to "\" and "\\", to be consistent with the ↵Eduardo Julian2020-12-021-1/+1
| | | | convention that only macros that deal with types may start with a colon.
* Better error messages when re-using a name when making a definition.Eduardo Julian2020-11-241-7/+7
|
* Allow defining anonymous actors.Eduardo Julian2020-11-021-4/+3
|
* Test programs + auti build/test.Eduardo Julian2020-08-291-0/+2
|
* Build programs.Eduardo Julian2020-08-281-14/+15
|
* Aedifex can generate POM files.Eduardo Julian2020-08-121-47/+58
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-150/+136
|
* The "for" macro can now work directly with definitions. No text literals ↵Eduardo Julian2020-06-281-4/+4
| | | | necessary.
* Local binding names for (co|indexed-)?monads are now explicitly set.Eduardo Julian2020-05-171-3/+2
|
* Made test-running parallel again.Eduardo Julian2020-05-131-43/+46
|
* Ported JVM common extension generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+1
|
* Ported JVM pattern-matching & loop generation to the new JVM bytecode machinery.Eduardo Julian2019-10-171-2/+2
|
* Ported JVM function generation to the new JVM bytecode machinery.Eduardo Julian2019-10-161-1/+1
|
* Small refactoringEduardo Julian2019-10-161-1/+1
|
* Compiler extensions have been tested to work.Eduardo Julian2019-10-151-3/+6
|
* The new compiler can compile & run the stdlib's test suite.Eduardo Julian2019-10-141-47/+57
|
* Implemented mixin-style function composition.Eduardo Julian2019-09-151-4/+6
|
* Re-named "lux/control/contract" to "lux/control/function/contract".Eduardo Julian2019-09-071-1/+2
|
* Renamed "Statement" to "Directive".Eduardo Julian2019-09-071-1/+1
|
* No more "n/"-prefixed functions.Eduardo Julian2019-07-261-26/+27
|
* No more "i/"-prefixed functions.Eduardo Julian2019-07-251-8/+8
|
* No more "r/"-prefixed functions.Eduardo Julian2019-07-241-37/+38
|
* No more "f/"-prefixed functions.Eduardo Julian2019-07-241-15/+21
| | | + No more "m/"-prefixed functions.
* Improved the convention for using text formatters.Eduardo Julian2019-06-201-3/+3
|
* The Common Lisp compiler is alive.Eduardo Julian2019-05-011-0/+3
|
* Moved the modules under "lux/host/" to now be under "lux/target/".Eduardo Julian2019-04-271-4/+5
|
* WIP: PHP compiler.Eduardo Julian2019-04-241-0/+3
|
* Moved the CLI parser under "lux/control/parser/".Eduardo Julian2019-04-191-2/+3
|
* Extracted the type-parsing machinery into its own module.Eduardo Julian2019-04-191-2/+5
|
* Removed the (deemed unnecessary) host extensions for the scripting languages.Eduardo Julian2019-04-151-3/+1
|
* Ported the synthesis tests to the new format.Eduardo Julian2019-04-151-24/+9
|
* Ported the analysis tests to the new format.Eduardo Julian2019-04-141-3/+3
|
* Started porting tests for "lux/tool".Eduardo Julian2019-04-131-21/+3
|
* Fixed some bugs.Eduardo Julian2019-04-121-2/+0
|
* Improvements and fixes to "tuple//left" and "tuple//right".Eduardo Julian2019-04-121-2/+0
|
* WIP: Lua compiler.Eduardo Julian2019-04-111-1/+5
|
* Moved Ruby back-end code to stdlib.Eduardo Julian2019-04-081-1/+7
|
* Moved "lux/cli", "lux/io" and "lux/function" under "lux/control".Eduardo Julian2019-04-061-11/+7
|
* Created the "lux/abstract" branch and moved some modules into it.Eduardo Julian2019-04-061-1/+4
|
* Re-named "do-template" to "template".Eduardo Julian2019-03-301-6/+6
|
* Fixed some more tests.Eduardo Julian2019-03-301-2/+1
|
* Fixed more tests.Eduardo Julian2019-03-291-73/+67
|
* WIP: Moved Python code-generation machinery over to stdlib.Eduardo Julian2019-03-261-2/+5
|
* Ported tests for world-related modules.Eduardo Julian2019-03-251-8/+3
|
* Ported tests for type-related modules.Eduardo Julian2019-03-241-7/+7
|
* Ported tests for macro-related modules.Eduardo Julian2019-03-241-9/+5
|
* Ported tests for math-related modules.Eduardo Julian2019-03-241-10/+7
|
* Ported tests for collection-related modules.Eduardo Julian2019-03-241-18/+0
|
* Ported tests for time-related modules.Eduardo Julian2019-03-231-14/+10
|