docs: somewhat include f-strings in bnf grammar

This commit is contained in:
2026-02-07 16:40:01 +01:00
parent 1e789726b0
commit 5c7734d662

View File

@@ -54,7 +54,7 @@
DIGIT="regexp:\d"
ALPHA="regexp:[a-zA-Z]"
STRING="regexp:('[^']*'|\"[^\"]*\")"
STRING="regexp:[fF]?('[^']*'|\"[^\"]*\")"
]
}