refactors out extraction of parser opts, generalizes use of specific parsers by processors

This commit is contained in:
alisdair sullivan 2011-11-29 19:39:01 -08:00
parent 55d0259c89
commit 6dacf64620
7 changed files with 57 additions and 80 deletions

View file

@ -1,5 +1,6 @@
-record(opts, {
loose_unicode = false,
escape_forward_slash = false,
explicit_end = false
explicit_end = false,
parser = auto
}).