grammar: nit numbering in comment
This commit is contained in:
parent
21bac1e453
commit
0c74ad3cf1
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ namespace grammar_parser {
|
|||
// the following rewrite rules:
|
||||
// S{m,n} --> S S S (m times) S'(n-m)
|
||||
// S'(x) ::= S S'(x-1) |
|
||||
// (... x definitions of these S' rules ...)
|
||||
// (... n-m definitions of these S' rules ...)
|
||||
// S'(1) ::= S |
|
||||
// S{m,} --> S S S (m times) S'
|
||||
// S' ::= S S' |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue