Releases: parasyte/myn
Releases · parasyte/myn
0.2.2
0.2.1
0.2.0
Improvements:
- Make low-level parsing methods on
TokenIterExt
non-consuming when an error is returned. (#8)
Fixes:
Literal::as_string()
was inappropriately trimming whitespace. (#11)
Breaking changes:
- Methods on
TokenIterExt
have been replaced to allow for non-consuming error handling:as_group()
->try_group()
as_ident()
->try_ident()
as_lit()
->try_lit()
as_punct()
->try_punct()