aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/compiler/default/phase (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-15Ported the synthesis tests to the new format.Eduardo Julian4-426/+0
2019-04-14Ported the analysis tests to the new format.Eduardo Julian6-1007/+0
2019-04-04Forgot "lux text char".Eduardo Julian1-1/+1
2019-04-04Changed the order of the inputs to the common extensions.Eduardo Julian1-18/+18
2019-03-30Re-named "do-template" to "template".Eduardo Julian5-6/+6
2019-03-15Changed the convention for the structure opening separator from "/" to ";", ↵Eduardo Julian9-73/+73
to avoid confusion since "/" is used for relative module paths.
2019-02-11Added the special # syntax for referring to the module's alias when opening ↵Eduardo Julian9-26/+26
structures.
2019-02-05Integrated tests into normal source code.Eduardo Julian10-0/+1433