summaryrefslogtreecommitdiff
path: root/parser/parser.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-12 21:05:24 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-12 21:05:24 +0000
commitec3c426f81ec80e92bc06fc50fe52b77c22ebb3d (patch)
tree8af9208af34aad0019c244f23bbc6742025552ff /parser/parser.rb
parent30348ab3bf61d3ef08258b2d6490b4087c3cf3e8 (diff)
Updated comments
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.
#