Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-26 | vm/main takes a filename as input to execute bytecode | Aryadev Chavali | |
Also prints a usage for incorrect usage. | |||
2023-10-23 | Make root directory an include path, set #include's properly | Aryadev Chavali | |
Easier to write includes now just using < with the module name, in comparison to using relative paths. | |||
2023-10-23 | Added lib folder for general stuff, introduced as target to Makefile | Aryadev Chavali | |
2023-10-23 | Implemented simple example of a for loop in main | Aryadev Chavali | |
2023-10-23 | src->vm, Makefile is now a bit more abstracted and pretty colours | Aryadev Chavali | |
Changed folder names for sake of clarity (will be introducing a new build target soon), and Makefile can now easily support more targets. |