lua
lua copied to clipboard
Getting the parsed AST.
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.
I've been wanting to expose the AST for a while.
I'm pretty sure this is possible but I haven't explored it yet.