1,079
edits
(→The Parse tree: Fixing lots of mistakes and errors (partially introduced during transition from LaTeX to wiki, partially older)) |
(→Parser grammar example: Fix a small typo, and improve readability) |
||
Line 223: | Line 223: | ||
====Parser grammar example==== | ====Parser grammar example==== | ||
<span style="white-space:nowrap">G = ⟨{12f,…,13e},{C<sub>1</sub>,C<sub>2</sub>,C<sub>4</sub>,…,C<sub>100</sub>},P,13c⟩</span> | <span style="white-space:nowrap">G = ⟨ { 12f, …, 13e }, { C<sub>1</sub>, C<sub>2</sub>, C<sub>4</sub>, …, C<sub>100</sub> }, P, 13c ⟩</span> | ||
{| <i> | {| <i> | ||
|---- | |---- | ||
Line 244: | Line 244: | ||
|13c | |13c | ||
|→ | |→ | ||
| | |13b | ||
|---- | |---- | ||
| | | | ||
Line 284: | Line 284: | ||
|134 | |134 | ||
|→ | |→ | ||
|C<sub>10</sub>} | |C<sub>10</sub> } | ||
|---- | |---- | ||
|}</i> | |}</i> |
edits