CHANGES:
- Add
unsafe_take_cstruct_exact
andunsafe_take_cstruct_ne
parsers. PARSER.parse
function now takes?pos
parameter and returnspos
along with the parsed value. This allows creating pull based parsers.- Expose
Promise
module.
CHANGES:
unsafe_take_cstruct_exact
and unsafe_take_cstruct_ne
parsers.PARSER.parse
function now takes ?pos
parameter and returns pos
along with the parsed value. This allows creating pull based parsers.Promise
module.