summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-18 16:50:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-18 16:50:52 +0200
commitf6f9348fff5ca2e4ddcdfa3e6fc4da12ba213700 (patch)
treecdbe13c5cae3a523cfdc758aaf666ed377c1d2fb /old
parent5820deb5559dac39b7da8b18e4ef2e5838f41b66 (diff)
downloadcompilertests-f6f9348fff5ca2e4ddcdfa3e6fc4da12ba213700.tar.gz
compilertests-f6f9348fff5ca2e4ddcdfa3e6fc4da12ba213700.tar.bz2
crenshaw: whitespaces
Diffstat (limited to 'old')
-rw-r--r--old/crenshaw.ebnf1
1 files changed, 1 insertions, 0 deletions
diff --git a/old/crenshaw.ebnf b/old/crenshaw.ebnf
index abfe8ad..89192e8 100644
--- a/old/crenshaw.ebnf
+++ b/old/crenshaw.ebnf
@@ -1,3 +1,4 @@
+Whitespace = " " | "\t" .
Digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" .
Letter = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z" |
"a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z".