aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/main' into move-testsmove-testsGustav Sörnäs2021-03-09
|\
| * fix functions as optional typesEdvard Thörnros2021-03-09
| |
| * add in fancy tests for union typesEdvard Thörnros2021-03-08
| | | | | | | | | | Functions in union return-types aren't callable, because the call code is a bit wack. A nice starting point though.
| * change how tuple comparison functionsEdvard Thörnros2021-03-08
| |
| * fix some nice tests for the nullable_typesEdvard Thörnros2021-03-08
| |
| * order the return type correctlyEdvard Thörnros2021-03-08
| |
* | move some testsGustav Sörnäs2021-03-09
|/
* Merge pull request #101 from FredTheDino/single-tuplesEdvard Thörnros2021-03-08
|\ | | | | Single-element tuples
| * parse indexing precedencesingle-tuplesGustav Sörnäs2021-03-08
| |
| * fix the testsEdvard Thörnros2021-03-08
| |
| * add more tests to tuplesEdvard Thörnros2021-03-08
| |
| * 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.
* | Merge pull request #98 from FredTheDino/boolean-opsEdvard Thörnros2021-03-08
|\ \ | | | | | | boolean ops
| * | add tests for boolean opsEdvard Thörnros2021-03-07
| |/
* | move the testsGustav Sörnäs2021-03-07
| |
* | auto indent the testsGustav Sörnäs2021-03-07
|/
* 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