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 f69c7c5 commit e8c3259Copy full SHA for e8c3259
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