OpenVDB
12.0.0
|
Parsing methods for creating abstract syntax trees out of AX code. More...
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::v12_0 | |
openvdb::v12_0::ax | |
openvdb::v12_0::ax::ast | |
Functions | |
OPENVDB_AX_API openvdb::ax::ast::Tree::ConstPtr | parse (const char *code, ax::Logger &logger) |
Construct an abstract syntax tree from a code snippet. More... | |
OPENVDB_AX_API openvdb::ax::ast::Tree::Ptr | parse (const char *code) |
Construct an abstract syntax tree from a code snippet. More... | |
Parsing methods for creating abstract syntax trees out of AX code.