Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 468 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 468 Bytes

v0.2.1 (2019-09-13)

  • Added option POG_PIC to build position-independent code

v0.2.0 (2019-08-12)

  • 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 (2019-07-27)

  • Initial release