정리필요2
2007 compiler :: final project
ShineWithMe
2007. 12. 9. 06:56
bison -d calc.y
flex calc.l
gcc -o calc lex.yy.c calc.tab.c -lfl