aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Ported tests for text-related modules.Eduardo Julian2019-03-221-6/+3
* Ported tests for number-related modules.Eduardo Julian2019-03-221-7/+3
* - Ported lux/data/bit tests.Eduardo Julian2019-03-211-13/+7
* Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian2019-03-151-7/+7
* Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian2019-03-141-7/+7
* Replaced the digit separator in numbers from "_" to ",".Eduardo Julian2019-03-131-8/+7
* Moved extension machinery over.Eduardo Julian2019-02-211-1/+4
* Moved expression machinery over.Eduardo Julian2019-02-201-1/+2
* Moved function machinery over.Eduardo Julian2019-02-201-201/+199
* Adapted more tests to the new format.Eduardo Julian2019-02-171-26/+16
* Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian2019-02-131-6/+15
* - Updated JS machinery.Eduardo Julian2019-02-121-2/+3
* Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian2019-02-111-1/+1
* Ported some modules to the new test format.Eduardo Julian2019-02-081-4/+0
* Updated test for "lux/control/pipe" to new format.Eduardo Julian2019-02-061-1/+0
* Folded license-making program (legislator) into the Lux project proper (as li...Eduardo Julian2019-02-051-1/+1
* Ported tests for lux/control/interval to the new format.Eduardo Julian2019-02-051-1/+0
* Integrated tests into normal source code.Eduardo Julian2019-02-051-0/+435