2
0
Fork 0

small change to config parser: comment now included in noise set

personal/stbuehler/wip
Thomas Porzelt 2008-08-14 01:08:03 +02:00
parent 4d55315487
commit 1ab2d0d6b3
1 changed files with 2 additions and 2 deletions

View File

@ -664,9 +664,9 @@
line = ( line_sane | line_weird | line_insane );
ws = ( '\t' | ' ' );
noise = ( ws | line );
comment = ( '#' (any - line)* line );
noise = ( ws | line | comment );
block = ( '{' >block_start );
# basic types