aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux.lux (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-03-24Ported tests for type-related modules.Eduardo Julian1-7/+7
2019-03-24Ported tests for macro-related modules.Eduardo Julian1-9/+5
2019-03-24Ported tests for math-related modules.Eduardo Julian1-10/+7
2019-03-24Ported tests for collection-related modules.Eduardo Julian1-18/+0
2019-03-23Ported tests for time-related modules.Eduardo Julian1-14/+10
2019-03-22Ported tests for text-related modules.Eduardo Julian1-6/+3
2019-03-22Ported tests for number-related modules.Eduardo Julian1-7/+3
2019-03-21- Ported lux/data/bit tests.Eduardo Julian1-13/+7
2019-03-15Changed the convention for the structure opening separator from "/" to ";", t...Eduardo Julian1-7/+7
2019-03-14Now allowing the alias of a module to refer to the alias of an ancestor.Eduardo Julian1-7/+7
2019-03-13Replaced the digit separator in numbers from "_" to ",".Eduardo Julian1-8/+7
2019-02-21Moved extension machinery over.Eduardo Julian1-1/+4
2019-02-20Moved expression machinery over.Eduardo Julian1-1/+2
2019-02-20Moved function machinery over.Eduardo Julian1-201/+199
2019-02-17Adapted more tests to the new format.Eduardo Julian1-26/+16
2019-02-13Re-named "logical-right-shift" to "logic-right-shift".Eduardo Julian1-6/+15
2019-02-12- Updated JS machinery.Eduardo Julian1-2/+3
2019-02-11Added the special # syntax for referring to the module's alias when opening s...Eduardo Julian1-1/+1
2019-02-08Ported some modules to the new test format.Eduardo Julian1-4/+0
2019-02-06Updated test for "lux/control/pipe" to new format.Eduardo Julian1-1/+0
2019-02-05Folded license-making program (legislator) into the Lux project proper (as li...Eduardo Julian1-1/+1
2019-02-05Ported tests for lux/control/interval to the new format.Eduardo Julian1-1/+0
2019-02-05Integrated tests into normal source code.Eduardo Julian1-2/+189
2019-02-04Converted tests for "lux/control/exception" to new format.Eduardo Julian1-1/+4
2019-02-04Ported "lux/io" module to new test format.Eduardo Julian1-3/+6
2019-02-04Changed the naming style for structures.Eduardo Julian1-11/+11
2019-02-03Some refactoring around the identity function.Eduardo Julian1-2/+3
2019-02-03Improved syntax for domains/parallel-import-trees.Eduardo Julian1-10/+0
2019-02-02Ported some old tests to the new format.Eduardo Julian1-1/+12
2019-01-30Tests are now first class.Eduardo Julian1-193/+225
2018-07-28Removed temporary "|" prefix on Nat.Eduardo Julian1-14/+14
2018-07-28Added "+" sign to positive Int.Eduardo Julian1-13/+13
2018-07-28Temporary commit to get rid of "+" signs for Nat.Eduardo Julian1-14/+14