add functions to bytecode and continuing working on runtime objects
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
typedef struct {
|
||||
char * name;
|
||||
bool is_function;
|
||||
DArray parameters; // string[]
|
||||
ParsedValue * from;
|
||||
} ParsedSingleDeclaration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user