Is there any way to get the parsed AST from a Lua script?
I am looking into making a visual editor for the lua scripts that are embedded into my app.
I'm still thinking through the idea, but I thought translating back and forth using the AST might be a good way to go.