mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-30 15:24:05 +03:00
c4f78c1230
* feat(parse): allow tags to be escaped with backslash adds additional option `enableEscapeTags` to `parse` and `createLexer` that when true will parse openTag and closeTag as WORD (rather than TAG) when proceeded with backslash