diff --git a/docs/grammar.bnf b/docs/grammar.bnf index 280b2ed..e2d45b4 100644 --- a/docs/grammar.bnf +++ b/docs/grammar.bnf @@ -54,7 +54,7 @@ DIGIT="regexp:\d" ALPHA="regexp:[a-zA-Z]" - STRING="regexp:('[^']*'|\"[^\"]*\")" + STRING="regexp:[fF]?('[^']*'|\"[^\"]*\")" ] }