Hacker News new | ask | show | jobs
by Philpax 565 days ago
The fascinating part isn't that it can modify code accordingly to some rules - it's that it can modify code from _arbitrary_ languages without having a grammar or semantic analysis for them.
1 comments

I think the tool has some grammar info: C, C++, C#, Java, Go, JS are similar.

And that is enough when:

1. Most code in a code file is irrelevant to whatever specifc bug is being looked at.

2. It is removal of code at play not writing code.