forked from GitHub/gf-core
added fields for global options and showable lincats to gfcc
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Grm. Grammar ::=
|
||||
"grammar" CId "(" [CId] ")" ";"
|
||||
"grammar" CId "(" [CId] ")" "(" [Flag] ")" ";"
|
||||
Abstract ";"
|
||||
[Concrete] ;
|
||||
|
||||
@@ -18,6 +18,7 @@ Cnc. Concrete ::=
|
||||
"lincat" [LinDef]
|
||||
"lindef" [LinDef]
|
||||
"printname" [LinDef]
|
||||
"param" [LinDef] -- lincats with param value names
|
||||
"}" ;
|
||||
|
||||
Flg. Flag ::= CId "=" String ;
|
||||
|
||||
Reference in New Issue
Block a user