mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented tests for Toy_Bytecode and Toy_Routine
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include "toy_common.h"
|
||||
#include "toy_ast.h"
|
||||
|
||||
//routine - internal structure that holds the individual parts of a compiled routine
|
||||
//internal structure that holds the individual parts of a compiled routine
|
||||
typedef struct Toy_Routine {
|
||||
unsigned char* param; //c-string params in sequence
|
||||
unsigned char* param; //c-string params in sequence (could be moved below the jump table?)
|
||||
int paramCapacity;
|
||||
int paramCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user