forked from GitHub/gf-core
documenting testgf3
This commit is contained in:
@@ -13,7 +13,7 @@ comment "{-" "-}" ;
|
||||
|
||||
-- identifiers
|
||||
|
||||
position token PIdent ('_')? letter (letter | digit | '_' | '\'')* ;
|
||||
position token PIdent ('_' | letter) (letter | digit | '_' | '\'')* ;
|
||||
|
||||
-- the top-level grammar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user