Content deleted Content added
Added explanations for the symbols of the grammar, what the grammar parses at a high level, and fixed an error in the table. The algorithm aplication had an error too. |
The last step shouldn't have a precedence thing, by the algorithm it's always accepted |
||
Line 96:
$ ⋖ T ≐ * ≐ F ⋗ $ REDUCE (T -> T * F)
$ ⋖ T ⋗ $ REDUCE 2× (T' -> T) (E -> T')
$ ⋖ E
</pre>
|