0.5.2
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
- Fixed badges on readthedocs (a1467c0)
- Added a few new test cases (55d93de)