1
0
forked from GitHub/gf-core

documenting testgf3

This commit is contained in:
aarne
2008-02-21 08:04:43 +00:00
parent 7412c24267
commit c764a758e1
8 changed files with 390 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ comment "{-" "-}" ;
-- identifiers
position token PIdent ('_')? letter (letter | digit | '_' | '\'')* ;
position token PIdent ('_' | letter) (letter | digit | '_' | '\'')* ;
-- the top-level grammar