feat add func call and rewrite codes
This commit is contained in:
@ -23,7 +23,7 @@ int main(int argc, char** argv) {
|
||||
struct SymbolTable symtab;
|
||||
init_symtab(&symtab);
|
||||
|
||||
struct Parser parser;
|
||||
struct parser parser;
|
||||
init_parser(&parser, &lexer, &symtab);
|
||||
parse_prog(&parser);
|
||||
|
||||
|
Reference in New Issue
Block a user