aboutsummaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAge
* order the return type correctlyEdvard Thörnros2021-03-08
|
* 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
|
* set no_print in testsGustav 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
|/
* Apply suggestions from code reviewEdvard Thörnros2021-02-18
| | | Co-authored-by: Gustav Sörnäs <gustav@sornas.net>
* lower the times to something more maintainableEdvard Thörnros2021-02-17
|
* rename tests to be valid identifiersEdvard Thörnros2021-02-17
|
* add iterative fibonacci benchmarkEdvard Thörnros2021-02-17
|
* add fibonacci benchmarkEdvard Thörnros2021-02-17
|
* add numbers benchmarkEdvard Thörnros2021-02-17
|
* .tdy -> .sy and tests -> progs/testsEdvard Thörnros2021-02-01