Age | Commit message (Collapse) | Author |
|
Function dispatch
|
|
Maybe I should make a union for the type, so I can dispatch via
function pointers?
|
|
Currently just contains a "stack".
|
|
Nicer to refer to a byte as "byte" rather than "uint8_t"
|
|
|
|
We don't *have* unit tests lol.
|
|
This is a from the ground rework of an old project of the same name.
I'm hoping to be more concerned with runtime efficiency, bytecode size
and all those things that should actually matter for something that
may host time/space critical code.
|