Advertisement
Guest User

error msg

a guest
Jun 5th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. C:\Users\USER\OneDrive\Desktop\Compiler\ICG>flex file.l
  2.  
  3. C:\Users\USER\OneDrive\Desktop\Compiler\ICG>bison -d file.y
  4.  
  5. C:\Users\USER\OneDrive\Desktop\Compiler\ICG>gcc lex.yy.c file.tab.c -o ICG.exe
  6.  
  7. C:\Users\USER\OneDrive\Desktop\Compiler\ICG>ICG.exe
  8. 3+9
  9. syntax error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement