KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

Macros can break Tree-Sitter parsing #30

Open narnaud opened 2 weeks ago

narnaud commented 2 weeks ago

Example:

class AFX_EXT_CLASS CPrjDbase6 : public CDialog
{}; 

This is parsed entirely incorrectly: image-2024-03-01-10-46-55-138

It's a known bug in tree-sitter-cpp, that doesn't seem to have an easy solution. https://github.com/tree-sitter/tree-sitter-cpp/issues/85

It would be good to be able to fix this from within Knut somehow.