Skip to content

Releases: sebastienros/parlot

v0.0.10

25 Mar 14:54
205db02
Compare
Choose a tag to compare
  • Improved new lines support

v0.0.9

07 Feb 18:46
Compare
Choose a tag to compare
  • Removed \0 from escaped sequences
  • Added Empty parser
  • Added NonWhiteSpace parser
  • Fixed When parser back-tracking

v0.0.8

22 Jan 18:51
8c22789
Compare
Choose a tag to compare
  • Fixes unicode string escaping

v0.0.7

18 Jan 01:05
7ebd50d
Compare
Choose a tag to compare
  • Fix bugs in netstandard2.0 target

v0.0.6

18 Jan 01:04
Compare
Choose a tag to compare
  • Add support for netstandard2.0

v0.0.5

10 Jan 20:22
Compare
Choose a tag to compare
  • Fix quoted string decoding
  • Remove interfaces

v0.0.4

09 Jan 17:59
9d2d6da
Compare
Choose a tag to compare
  • Use strongly typed combinators in more places to reduce boxing
  • Remove TextPosition backing fields from Cursor
  • Move TextSpan to the root namespace and use it for strings decoding

v0.0.3

07 Jan 05:06
c4e4afd
Compare
Choose a tag to compare
  • Performance optimizations
  • new Error parser
  • Fixed some back-tracking cases

v0.0.2

02 Jan 15:49
Compare
Choose a tag to compare
  • New Identifier parser with options to set extra start and part chars
  • TextSpan implements IEquatable<string> in order to make allocation free comparisons
  • New NumberOptions on Integer and Decimal 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

02 Jan 15:50
Compare
Choose a tag to compare
  • Initial release