Parsing Lucee code into AST

Hello I am POCing chunking our node codebases to help with Context Retrieval (RAG) and I will be looking to do the same with our Lucee codebases. Has anyone tried extracting Lucee CFML to Abstract Syntax Trees? Javascript has several tools like acorn. Does anyone know of any that will do something similar for Lucee cftags and cfscript ?

Thanks :slight_smile:

Something that @ghedwards has been working on