87 void create_function(std::string name,
Type type,
int pref, std::vector<int> inits, std::vector<Identifier*> ptrs,
int ptr);
129 std::stack<std::pair<Type, bool>>
exprs;
145 std::unordered_map<Function, TableIdentifiers*, FunctionHasher>
funcs;