Replies: 1 comment
-
|
You can use Check out how Linter.cpp uses AstVisitor to walk the nodes of interest in the AST. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to print out functions fields and tables that are defined in a lua file, both locals and globals. I'm assuming that this information is stored in SourceModule::names, but I don't see any way to access the content. Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions