diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-12 21:05:24 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-12 21:05:24 +0000 |
commit | ec3c426f81ec80e92bc06fc50fe52b77c22ebb3d (patch) | |
tree | 8af9208af34aad0019c244f23bbc6742025552ff /parser | |
parent | 30348ab3bf61d3ef08258b2d6490b4087c3cf3e8 (diff) |
Updated comments
Diffstat (limited to 'parser')
-rwxr-xr-x | parser/parser.rb | 5 |
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. # |