We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a5aa commit 5e1ed95Copy full SHA for 5e1ed95
grammars/english.gbnf
@@ -0,0 +1,6 @@
1
+# note: this might be incomplete, mostly an example
2
+root ::= en-char+ ([ \t\n] en-char+)*
3
+en-char ::= letter | digit | punctuation
4
+letter ::= [a-zA-Z]
5
+digit ::= [0-9]
6
+punctuation ::= [!"#$%&'()*+,-./:;<=>?@[\\\]^_`{|}~]
0 commit comments