build defs.pl

This commit is contained in:
Simon Forman
2019-08-10 21:45:59 -07:00
parent 32e77f6d73
commit 731c59088e
4 changed files with 125 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ char(Ch) --> [Ch], { Ch \== 0'[, Ch \== 0'], Ch >= 33, Ch =< 126 }.
blanks --> blank, !, blanks.
blanks --> [].
blank --> [32].
blank --> [32] | [13] | [10].
% TODO: negative numbers, floats, scientific notation.