aboutsummaryrefslogtreecommitdiff
path: root/tests/variables.sh
Commit message (Expand)AuthorAgeFilesLines
* Remove old test which disallowed initializing globalsMustafa Quraish2022-02-051-8/+0
* Type checking of expressions / functions!Mustafa Quraish2022-02-021-18/+18
* 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-311-13/+133
* Implement blocks (lexically scoped) and conditionalsMustafa Quraish2022-01-291-1/+42
* Allow uninitialized variable declarationsMustafa Quraish2022-01-291-1/+29
* Add some tests for local variablesMustafa Quraish2022-01-291-0/+34