Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

gDiff is a tree-based 3-way diff/merge GUI tool for ANTLR v3 grammars. It can find and merge changes between two versions of an original base ANTLR grammar using information from the grammar's abstract syntax tree. Based on the diff results, gDiff can also do a 3-way merge to synchronize the changes in two version branches. Compared to a text-based diff algorithm, this tree-based one does better on fuzzy matching, pattern recognition, false-change reduction and version synchronization.

Screenshots

Image Modified

How to use

To run gSync, please put ANTLR runtime onto your classpath.

...