Skip to content

0.5.2

Compare
Choose a tag to compare
@mincrmatt12 mincrmatt12 released this 23 Jul 05:31
· 38 commits to master since this release

This is a minor bugfix release, fixing a few bugs with binary strings and duplicate definition detection.

Bugs Fixed

  • Duplicate macro arguments are now properly considered errors (d793494)
  • Strings containing quotes or which are specified as binary strings are now properly written in generated C files (c7b0052)
  • Removed redundant conditions in DFA.append_after (ddef270)

Infrastructure Changes