| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update build system to use Makefile | Mustafa Quraish | 2022-01-30 | 1 | -21/+4 |
| * | Functions, yay! | Mustafa Quraish | 2022-01-30 | 1 | -0/+63 |
| * | Make the compiler / scripts work on Linux too (yay!) | Mustafa Quraish | 2022-01-29 | 1 | -3/+14 |
| * | Add for and while loop support (w/o declarations in `for`) | Mustafa Quraish | 2022-01-29 | 1 | -0/+118 |
| * | Implement blocks (lexically scoped) and conditionals | Mustafa Quraish | 2022-01-29 | 4 | -2/+287 |
| * | Allow uninitialized variable declarations | Mustafa Quraish | 2022-01-29 | 2 | -20/+33 |
| * | Add some tests for local variables | Mustafa Quraish | 2022-01-29 | 3 | -0/+54 |
| * | Add relational and logical operators + refactor binop parser | Mustafa Quraish | 2022-01-29 | 1 | -1/+34 |
| * | Scripts: Reorganize a bit, add some rudimentary shell-testing | Mustafa Quraish | 2022-01-28 | 2 | -0/+66 |