Releases: sebastienros/parlot
Releases · sebastienros/parlot
0.0.22
What's Changed
- Fix OneOf compilation and tests by @sebastienros in #64
Full Changelog: v0.0.21...v0.0.22
0.0.21
What's Changed
- Tiered compilation and whitespace performance by @sebastienros in #62
Full Changelog: v0.0.20...v0.0.21
0.0.20
0.0.19
What's Changed
- Fix typos in EOF parser doc summary by @atifaziz in #56
- Use System.Memory with netstandard2.0 target by @lahma in #57
- Perf optimizations by @sebastienros in #58
- Fix compilation issues by @sebastienros in #60
New Contributors
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Update README.md by @hishamco in #53
- Fix compiled OneOrMany by @sebastienros in #54
- Fix Separated parser by @sebastienros in #55
Full Changelog: v0.0.17...v0.0.18
v0.0.17
- Use
ParseContext.SkipWhiteSpace
in compiled mode
v0.0.16
- Fix blank space position reset in
Terms
- New
SkipWhiteSpace
parser
v0.0.15
- Fix SkipAnd compilation
v0.0.14
- Fixes for compilation
v0.0.13
- New compilation mode
- Removed Else()
- Whitespace() fails if no white space is found