Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 314 Bytes

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

  • bison parser.ypp
  • flex -o scanner.c scanner.lex
  • g++ main.cpp parser.tab.cpp nodes/*.cpp $(llvm-config-12 --ldflags --libs) $(llvm-config-12 --cxxflags) -o ectfrontend.out
  • ./ectfrontend.out < source.ect
  • clang++ test.ll
  • ./a.out