Open main menu

Difference between revisions of "SCI/Specifications/SCI in action/Parser"

→‎Parser grammar example: Fix a small typo, and improve readability
(→‎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 = &lang;{12f,&hellip;,13e},{C<sub>1</sub>,C<sub>2</sub>,C<sub>4</sub>,&hellip;,C<sub>100</sub>},P,13c&rang;</span>
<span style="white-space:nowrap">G = &lang; { 12f, &hellip;, 13e }, { C<sub>1</sub>, C<sub>2</sub>, C<sub>4</sub>, &hellip;, C<sub>100</sub> }, P, 13c &rang;</span>
{| <i>
{| <i>
|----
|----
Line 244: Line 244:
|13c
|13c
|&rarr;
|&rarr;
|13c
|13b
|----
|----
|
|
Line 284: Line 284:
|134
|134
|&rarr;
|&rarr;
|C<sub>10</sub>}
|C<sub>10</sub> }
|----
|----
|}</i>
|}</i>
1,079

edits