Age | Commit message (Collapse) | Author |
|
Smaller number of changes necessary to change types.
|
|
|
|
|
|
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"
|
|
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.
|