[BUG] Repaired types on some parameters.
[FEAT] Implemented struct, still testing. [FEAT] Implemented var, still testing.
This commit is contained in:
2
scope.h
2
scope.h
@@ -9,7 +9,7 @@ const int scope_close_local();
|
||||
void scope_open_block();
|
||||
void scope_close_block();
|
||||
|
||||
const int scope_declare_variable(const std::string name, const int type, const int length);
|
||||
const int scope_declare_variable(const std::string name, const uint32_t type, const uint32_t length);
|
||||
|
||||
const bool scope_variable_exists(const std::string name);
|
||||
const uint32_t scope_get_variable_address();
|
||||
|
||||
Reference in New Issue
Block a user