Releases: sebastienros/parlot
Releases · sebastienros/parlot
v0.0.10
- Improved new lines support
v0.0.9
- Removed
\0
from escaped sequences - Added
Empty
parser - Added
NonWhiteSpace
parser - Fixed
When
parser back-tracking
v0.0.8
- Fixes unicode string escaping
v0.0.7
- Fix bugs in netstandard2.0 target
v0.0.6
- Add support for netstandard2.0
v0.0.5
- Fix quoted string decoding
- Remove interfaces
v0.0.4
- Use strongly typed combinators in more places to reduce boxing
- Remove
TextPosition
backing fields fromCursor
- Move
TextSpan
to the root namespace and use it for strings decoding
v0.0.3
- Performance optimizations
- new
Error
parser - Fixed some back-tracking cases
v0.0.2
- New
Identifier
parser with options to set extra start and part chars TextSpan
implementsIEquatable<string>
in order to make allocation free comparisons- New
NumberOptions
onInteger
andDecimal
to accept negative prefix - New
Else
parser to return a result when a path failed - New
ElseError
parser to throw a parse error when a path failed - New
SkipAnd
parser to exclude a result from the results of a sequence - New
TextBefore
parser to read any chars before a specific delimiter with the option to eagerly read the delimiter - Fixes back-tracking that would not occur if a sequence was canceled in the middle of the path
v0.0.1
- Initial release