Skip comments when parsing

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-09-17 13:31:02 -07:00
parent 38b7124fe2
commit 9394239b83

View File

@@ -25,4 +25,5 @@
\. "." \. "."
, "," , ","
#.+$ ;
[\t ]+ ; [\t ]+ ;