Guest User

Untitled

a guest
Apr 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. -> $$ = nterm declarator2 ()
  2. Stack now 0 1 3 36 62 61
  3. Entering state 37
  4. Reading a token: Next token is token '{' ()
  5. Reducing stack by rule 126 (line 365):
  6. $1 = nterm declarator2 ()
  7. -> $$ = nterm declarator ()
  8. Stack now 0 1 3 36 62 61
  9. Entering state 86
  10. Next token is token '{' ()
  11. Reducing stack by rule 83 (line 283):
  12. $1 = nterm declarator ()
  13. -> $$ = nterm init_declarator ()
  14. Stack now 0 1 3 36 62 61
  15. Entering state 52
  16. Reducing stack by rule 81 (line 275):
  17. $1 = nterm init_declarator ()
  18. -> $$ = nterm init_declarator_list ()
  19. Stack now 0 1 3 36 62 61
  20. Entering state 51
  21. Next token is token '{' ()
  22.  
  23. ^
  24. syntax error
Add Comment
Please, Sign In to add comment