summaryrefslogtreecommitdiff
path: root/parser/parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'parser/parser.rb')
-rwxr-xr-xparser/parser.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/parser/parser.rb b/parser/parser.rb
index aef436b..34c4ed0 100755
--- a/parser/parser.rb
+++ b/parser/parser.rb
@@ -3,13 +3,10 @@
# Notes
#
# Macros may be defined either literally, or as a result of a HTTP-fetch.
-# Macro names match the pattern "^[A-Z_]$"
+# Macro names match the pattern "^[0-9A-Z_]$"
#
#
# TODO:
-# Add command line parsing.
-#
-# Add --dump flag to just dump the JSON and not insert it.
#
# Write manual.
#