Skip to content

Releases: metthal/pog

v0.3.0

22 Sep 16:41
Compare
Choose a tag to compare
  • Midrule actions and all preceding symbols are now accessible from later actions in that rule
  • Explicit switching of tokenizer state with enter_tokenizer_state method
  • Implicit end of input token now has modifiable states in which it is active

v0.2.1

13 Sep 09:51
Compare
Choose a tag to compare
  • Added option POG_PIC to build position-independent code

v0.2.0

12 Aug 13:30
Compare
Choose a tag to compare
  • Added support for tokenizer action when end of input stream is reached
  • Token actions are now always called exactly once for each individual token
  • Tokenizer now supports states
  • Generation of HTML report for parsers
  • Added support for build on Windows (using MSVC) and macOS
  • Added support for mid-rule actions

v0.1.0

28 Jul 01:23
Compare
Choose a tag to compare

Initial release