Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- C:\Users\USER\OneDrive\Desktop\Compiler\ICG>flex file.l
- C:\Users\USER\OneDrive\Desktop\Compiler\ICG>bison -d file.y
- C:\Users\USER\OneDrive\Desktop\Compiler\ICG>gcc lex.yy.c file.tab.c -o ICG.exe
- C:\Users\USER\OneDrive\Desktop\Compiler\ICG>ICG.exe
- 3+9
- syntax error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement