1
0
forked from GitHub/gf-core

debugging new compilation

This commit is contained in:
aarne
2007-12-09 15:20:50 +00:00
parent 6a4218e9ef
commit 6edb2f075a
4 changed files with 24 additions and 7 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