Hello, I am writing a plugin for the latest gcc (12.1). The plugin needs to dynamically parse c++-code-snippets to tree objects so they can be inserted at a later stage during compilation. Is there a way to call into the existing parser to generate a tree from a const char*, source_range or anything similar? Secondly can I make gcc ignore a file after the PLUGIN_INCLUDE_FILE-event of that file is called? Thanks, Julian Lohuis On Thursday, June 09, 2022 19:58 CEST, "Julian Lohuis" <jlohuis@xxxxxxxxxxxxxxxxx> wrote: >