| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove old test which disallowed initializing globals | Mustafa Quraish | 2022-02-05 | 1 | -8/+0 |
| * | Type checking of expressions / functions! | Mustafa Quraish | 2022-02-02 | 1 | -18/+18 |
| * | Global variables now supported! + some fixes to OP_ASSIGN | Mustafa Quraish | 2022-01-31 | 1 | -21/+64 |
| * | Move around tests in the categories; Add missing tests | Mustafa Quraish | 2022-01-31 | 1 | -13/+133 |
| * | Implement blocks (lexically scoped) and conditionals | Mustafa Quraish | 2022-01-29 | 1 | -1/+42 |
| * | Allow uninitialized variable declarations | Mustafa Quraish | 2022-01-29 | 1 | -1/+29 |
| * | Add some tests for local variables | Mustafa Quraish | 2022-01-29 | 1 | -0/+34 |