Skip to content

Releases: picoe/Eto.Parse

1.6.0

24 May 02:23
ca5eded
Compare
Choose a tag to compare
  • Fixed CharSetTerminal.CaseSensitive as it was inverted
  • Add support for CharRangeTerminal.CaseSensitive
  • Clone copies Name and AddMatch properties
  • Large character set ranges no longer cause out of memory issues

1.5.0: Merge pull request #41 from Craig-J/master

11 Jun 09:53
3056546
Compare
Choose a tag to compare
  • Support .NET Standard 2.0
  • AST Builders
  • Fixes and optimizations

1.3.1

09 Feb 09:23
Compare
Choose a tag to compare
  • Minor performance improvements
  • Updates to Gold grammar parser to handle whitespace in grammar, character set ranges, and Auto Whitespace option
  • Added XmlGrammar sample and tests (see github)
  • BREAKING: WithName() now also makes the parser separate