| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add basic builtin-function support | Mustafa Quraish | 2022-01-31 | 1 | -3/+3 |
| | | | | | | | | This isn't really super extendible for now, but it's a start and gives us the `print` builtin which allows us to finally actually print out values to the screen, so we can move away from testing with exit codes eventually. | ||||
| * | Allow uninitialized variable declarations | Mustafa Quraish | 2022-01-29 | 1 | -5/+4 |
| | | |||||
| * | Now supporting local variables! :^) | Mustafa Quraish | 2022-01-29 | 1 | -0/+8 |