Given the existence of the go AST package, which is used in so many ways to rewrite Go code (gofmt and go imports to name just two), I'm not sure I see the need for coccinelle. This is not in any way a criticism of coccinelle, I use it all the time for C. But I also write tools that use the Go AST package to rewrite Go, and have never felt the lack of coccinelle for Go. I'm curious what you see as the use case.
ron On Sat, Jul 20, 2019 at 2:55 AM Raghavan Raman <[email protected]> wrote: > > Hi, > > I am part of the Programming Systems group at Uber. We are looking into using > Coccinelle for refactoring in Go. > > Does Coccinelle include support for Go? > > If not: > * Is there any plan to add support for the same? > * What would it take to add this support? Any documentation regarding this? > > Thanks, > Raghavan > > _______________________________________________ > Cocci mailing list > [email protected] > https://systeme.lip6.fr/mailman/listinfo/cocci _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
