Switch to using FILE* and default YY_INPUT.

This commit is contained in:
2020-09-11 02:16:29 -07:00
parent 1f3c42fc44
commit fe1e0a6de0
4 changed files with 66 additions and 64 deletions

View File

@@ -37,6 +37,7 @@ add_executable(compiler
instruction.cpp instruction.hpp
graph.cpp graph.hpp
global_scope.cpp global_scope.hpp
parse_driver.cpp parse_driver.hpp
${BISON_parser_OUTPUTS}
${FLEX_scanner_OUTPUTS}
main.cpp