Description: Using C language to write the syntax analysis of small programs, with the aid of bison and flex tools, input in accordance with the LCC syntax of the program segment, the program will output the syntax tree.
To Search:
File list (Check if you may need any files):
ast.h
calc3.l
calc3.y
main.c
ast.c