new checkpoint
[sbp.git] / tests / meta.g
index 8be950d..11fee67 100644 (file)
@@ -48,7 +48,7 @@ w       !::= " "
            | "//" ([~\n]*) "\n"
            | "\n"
            | "\r"
-word     ::= [a-zA-Z0-9_]+ !=> [a-zA-Z0-9_]
+word     ::= [a-zA-Z0-9_]++
 quoted   ::= "\"" (([~\"\\] | escaped)+) "\""
            | "\"\"" => ""
 escaped  ::= "\\n" => "\n"