RomanYankovsky / DelphiAST

Abstract syntax tree builder for Delphi
Mozilla Public License 2.0
272 stars 117 forks source link

Need feature to REMOVE all elements of a specific type from the source #293

Closed PeterPanino closed 4 years ago

PeterPanino commented 4 years ago

REMOVE all comments from the source REMOVE all strings from the source etc.

RomanYankovsky commented 4 years ago

It's outside the project scope, unfortunately. DelphiAST builds syntax tree, it doesn't modify it.