List type and generic base type, char wrapper type
This commit is contained in:
parent
647f739d08
commit
471cf679cd
6 changed files with 124 additions and 5 deletions
|
@ -19,6 +19,10 @@ struct Interpreter_s {
|
|||
|
||||
DynamicArray* tokens;
|
||||
DynamicArray call_frames; // stores CallFrame
|
||||
|
||||
// global stuff
|
||||
ObjectType* implicit_char_type;
|
||||
ObjectType* implicit_base_type;
|
||||
};
|
||||
|
||||
int Interpreter_Create(Interpreter* self, DynamicArray* tokens);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue