Skip to content

Latest commit

 

History

History

Parsers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

To execute (in Linux)

Install flex and bison

lex .lex

yacc -d .y

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

./file