<div dir="ltr"><div><div><div>IIRC when LLVM came out a bunch of community-contributed parsers were available on your website.<br><br></div>Essentially I want to read in a programming language, prune the AST until it contains only what I define as a "summary", then convert that AST to that of another language, before finally outputting [code-generating] a compilable/interpretable source [think boilerplate].<br><br></div>Would be good to have Python, Rust and Go.<br><br>Are there any LLVM parsers around for these popular languages? - I can write my own, but then I'd need to maintain them against the latest language specs >.<<br><br></div>Thanks for all suggestions<br></div>