Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 92 Bytes

联合编译.l与.y.md

File metadata and controls

4 lines (4 loc) · 92 Bytes

编译.l 和 .y 的命令

  1. flex pascal.l
  2. bison -y -d pascal.y
  3. g++ y.tab.c lex.yy.c