Skip to content

Version 11

Compare
Choose a tag to compare
@capjan capjan released this 20 Jul 00:11
· 11 commits to main since this release
2e17960

Changes

  • Added ResourceManager with the goal to make accessing embedded resources a bit easier
  • Added Possibility to add a Equals Block Predicate with Repetition to ParserInput
  • Added Exceptions for wrong usage of Repetition Predicates (ParserInput)
  • Added detection of Windows 11 to OperatingSystemInfo
  • Removed method ClearLookahead because it is not needed anymore. Set Lookahead count directly to 0 to clear the lookahead in future (ParserInput)
  • Fixed a bug in ParserInput that causes a ZeroOrMany Repetition when ZeroOrOne was requested.
  • Improved documentation