diff --git a/chapter6_parsing.html b/chapter6_parsing.html index f022105..7cc8ba8 100644 --- a/chapter6_parsing.html +++ b/chapter6_parsing.html @@ -14,7 +14,7 @@

Polish Notation


For example...

- +
1 + 2 + 6is+ 1 2 6
1 + 2 + 6is+ + 1 2 6
6 + (2 * 9)is+ 6 (* 2 9)
(10 * 2) / (4 + 2)is/ (* 10 2) (+ 4 2)