Scope module finished. Types module included &done
This commit is contained in:
8
variables.h
Normal file
8
variables.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
struct t_variable {
|
||||
std::string name;
|
||||
int type;
|
||||
int length;
|
||||
int address;
|
||||
};
|
||||
Reference in New Issue
Block a user