docs: somewhat include f-strings in bnf grammar
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
DIGIT="regexp:\d"
|
DIGIT="regexp:\d"
|
||||||
ALPHA="regexp:[a-zA-Z]"
|
ALPHA="regexp:[a-zA-Z]"
|
||||||
STRING="regexp:('[^']*'|\"[^\"]*\")"
|
STRING="regexp:[fF]?('[^']*'|\"[^\"]*\")"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user