/compiler_final

컴파일러 최종과제

Primary LanguageYacc

How To Run

$ lex scanner.l
$ yacc parser.y
$ gcc y.tab.c -ll -ly
$ ./a.out data1
$ cat result