Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@teo-tsirpanis teo-tsirpanis released this 05 Mar 00:12
  • Some typos were fixed in Farkle's HTML templates.
  • The ParserApplicationExceptionWithPosition type was deprecated in favor of a new constructor in ParserApplicationException.
  • The EGT file reader will throw an exception if it tries to load a grammar file that shifts on EOF in one of its LALR states (which would cause infinite loops).
  • The designtime Farkles that are returned by the many and many1 operators now have the correct name.
  • Throwing a ParserException during post-processing will not be thrown in user code inside a PostProcessorException, but will be caught by the runtime Farkle API, allowing to customize the parser error message in greater detail.