refactors out extraction of parser opts, generalizes use of specific parsers by processors
This commit is contained in:
parent
55d0259c89
commit
6dacf64620
7 changed files with 57 additions and 80 deletions
|
@ -1,5 +1,6 @@
|
|||
-record(opts, {
|
||||
loose_unicode = false,
|
||||
escape_forward_slash = false,
|
||||
explicit_end = false
|
||||
explicit_end = false,
|
||||
parser = auto
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue