Releases: inhabitedtype/angstrom
Releases · inhabitedtype/angstrom
v0.2.0
Breaking Changes
Done
state now reports position of unconsumed input after successful parse (#42)consumed
record field renamedcommitted
(#42)
Features
- Add big/little endian parsers (#49, #50, #52, #58)
- Add
at_end
parser that succeeds when the end of input is reached (#54) - Add
advance
parser to skip over input without allocations (#55)
Dependencies
- Drop support for OCaml version 0.4.0 (#49)
- Bump
cstruct
version constraint to0.7.0
(#51, #57) (h/t @damiendoligez, @Leonidas-from-XIV)