Skip to content

Releases: jplevyak/dparser

Unify code to find unshared subtrees.

23 Mar 17:20

Choose a tag to compare

Unify the code to get unshared subtrees.

Add Candid grammar.

Signed-off-by: John Plevyak <[email protected]>

v1.33

14 Mar 06:41

Choose a tag to compare

Moved to a priority heap for unshared subtree detection.

v1.32

02 Mar 17:10

Choose a tag to compare

Bug fixes for priorities.

What's Changed

  • Update .gitignore: make_parser -> make_dparser by @gonzus in #19
  • Convert FAQ into Markdown by @gonzus in #22
  • Convert manual into Markdown by @gonzus in #23
  • Consolidate README.md and index.html by @gonzus in #24
  • Change from COPYRIGHT to LICENSE.txt by @gonzus in #25
  • Remove old HTML documents by @gonzus in #26
  • Convert TODO into docs/todo.md by @gonzus in #27
  • Make includes more explicit by @gonzus in #28

New Contributors

Full Changelog: v1.31...v1.32

v1.31

10 Jan 00:39

Choose a tag to compare

Cleanup warning for c89 and c11 to the extent possible.