Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@teo-tsirpanis teo-tsirpanis released this 13 Aug 20:48
  • Fix a bug where the tokenizer would erroneously report an EOF instead of a lexical error. - #8
  • Add CharStream.TryLoadFirstCharacter. With this method, you can check whether the input of a character stream has ended, and safely access CharStream.FirstCharacter.
  • Bring back Grammar.StartSymbol, but implement it correctly this time.
  • Write more tests and documentation.