aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAge
* correct amount of errors in testGustav Sörnäs2021-03-08
|
* add testsGustav Sörnäs2021-03-08
|
* error on '(,)'-tuplesGustav Sörnäs2021-03-08
| | | | Currently creats a lot of syntax errors. See #100.
* add tests for constants declaration orderGustav Sörnäs2021-03-07
|
* fix parameters colliding with global variablesGustav Sörnäs2021-03-07
|
* remove double testGustav Sörnäs2021-03-07
|
* add failing testsEdvard Thörnros2021-03-07
|
* add test for constants in outer blockEdvard Thörnros2021-03-07
|
* almost working capturing variablesGustav Sörnäs2021-03-05
|
* better errors on invalid outer tokensGustav Sörnäs2021-03-05
|
* actual error on invalid outer codeGustav Sörnäs2021-03-05
|
* correct conflict marker testGustav Sörnäs2021-03-05
|
* convert tests to filesGustav Sörnäs2021-03-05
|
* parse wanted errors from test filesGustav Sörnäs2021-03-05
|
* Merge remote-tracking branch 'origin/change-constants' into compiler-rewriteGustav Sörnäs2021-02-26
|\
| * fix all the tests that had unused variablesEdvard Thörnros2021-02-22
| |
| * WIP: Fix some bugs...namespacesEdvard Thörnros2021-02-22
| |
* | Merge branch 'compiler-rewrite' into breaking-into-sectionsGustav Sörnäs2021-02-26
|\ \
| * | Squash-merge remote tracking branch 'origin/automatic-link'Gustav Sörnäs2021-02-22
| |/
* | break up sectionsEdvard Thörnros2021-02-23
|/
* .tdy -> .sy and tests -> progs/testsEdvard Thörnros2021-02-01