Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 164 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 164 Bytes

Usage (make sure you have flex, bison, and g++ installed):

  • bison parser.ypp
  • flex -o scanner.c scanner.lex
  • g++ parser.tab.cpp nodes/*.cpp main.cpp