Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 140 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 140 Bytes

To execute (in Linux)

Install flex and bison

lex .lex

yacc -d .y

gcc lex.yy.c y.tab.c -o file

./file