aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add basic `defer` implementation.Mustafa Quraish2022-02-012-1/+64
* Testing: Add support for testing stdout results, check builtinsMustafa Quraish2022-02-012-0/+103
* Global variables now supported! + some fixes to OP_ASSIGNMustafa Quraish2022-01-311-21/+64
* Move around tests in the categories; Add missing testsMustafa Quraish2022-01-314-179/+197
* Update build system to use MakefileMustafa Quraish2022-01-301-21/+4
* Functions, yay!Mustafa Quraish2022-01-301-0/+63
* Make the compiler / scripts work on Linux too (yay!)Mustafa Quraish2022-01-291-3/+14
* Add for and while loop support (w/o declarations in `for`)Mustafa Quraish2022-01-291-0/+118
* Implement blocks (lexically scoped) and conditionalsMustafa Quraish2022-01-294-2/+287
* Allow uninitialized variable declarationsMustafa Quraish2022-01-292-20/+33
* Add some tests for local variablesMustafa Quraish2022-01-293-0/+54
* Add relational and logical operators + refactor binop parserMustafa Quraish2022-01-291-1/+34
* Scripts: Reorganize a bit, add some rudimentary shell-testingMustafa Quraish2022-01-282-0/+66