tact icon indicating copy to clipboard operation
tact copied to clipboard

Add Tact support for structural diff tools

Open anton-trunov opened this issue 1 year ago • 2 comments

For instance, https://github.com/Wilfred/difftastic -- Difftastic is a structural diff tool that compares files based on their syntax. It should not be hard to add Tact support to Difftastic since it uses Tree-sitter grammars which we already have: https://github.com/tact-lang/tree-sitter-tact.

anton-trunov avatar Aug 17 '24 06:08 anton-trunov

PR: https://github.com/Wilfred/difftastic/pull/756

novusnota avatar Aug 25 '24 20:08 novusnota

The official Tact support didn't work out: https://github.com/Wilfred/difftastic/pull/756#issuecomment-2388964668

We might publish our difftastic fork at some point or wait for the "pluggable parsers" feature

anton-trunov avatar Oct 02 '24 15:10 anton-trunov