99bottles.out 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2 1 Identifier bottles
  2. 2 9 Op_assign
  3. 2 11 Integer 99
  4. 2 13 Semicolon
  5. 3 1 Keyword_while
  6. 3 7 LeftParen
  7. 3 8 Identifier bottles
  8. 3 16 Op_greater
  9. 3 18 Integer 0
  10. 3 19 RightParen
  11. 3 21 LeftBrace
  12. 4 5 Keyword_print
  13. 4 10 LeftParen
  14. 4 11 Identifier bottles
  15. 4 18 Comma
  16. 4 20 String " bottles of beer on the wall\n"
  17. 4 52 RightParen
  18. 4 53 Semicolon
  19. 5 5 Keyword_print
  20. 5 10 LeftParen
  21. 5 11 Identifier bottles
  22. 5 18 Comma
  23. 5 20 String " bottles of beer\n"
  24. 5 40 RightParen
  25. 5 41 Semicolon
  26. 6 5 Keyword_print
  27. 6 10 LeftParen
  28. 6 11 String "Take one down, pass it around\n"
  29. 6 44 RightParen
  30. 6 45 Semicolon
  31. 7 5 Identifier bottles
  32. 7 13 Op_assign
  33. 7 15 Identifier bottles
  34. 7 23 Op_subtract
  35. 7 25 Integer 1
  36. 7 26 Semicolon
  37. 8 5 Keyword_print
  38. 8 10 LeftParen
  39. 8 11 Identifier bottles
  40. 8 18 Comma
  41. 8 20 String " bottles of beer on the wall\n\n"
  42. 8 54 RightParen
  43. 8 55 Semicolon
  44. 9 1 RightBrace
  45. 10 1 End_of_input