aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add basic builtin-function supportMustafa Quraish2022-01-313-35/+158
| | | | | | | 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.
* Put tokens in their own macro to allow looping over themMustafa Quraish2022-01-304-30/+36
|
* Rename `cup` directory to `src`Mustafa Quraish2022-01-3014-0/+1781