OpenVDB
9.0.1
|
Parsing methods for creating abstract syntax trees out of AX code. More...
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::v9_0 | |
openvdb::v9_0::ax | |
openvdb::v9_0::ax::ast | |
Functions | |
openvdb::ax::ast::Tree::ConstPtr | parse (const char *code, ax::Logger &logger) |
Construct an abstract syntax tree from a code snippet. If the code is not well formed, as defined by the AX grammar, this will simply return nullptr, with the logger collecting the errors. More... | |
openvdb::ax::ast::Tree::Ptr | parse (const char *code) |
Construct an abstract syntax tree from a code snippet. A runtime exception will be thrown with the first syntax error. More... | |
Parsing methods for creating abstract syntax trees out of AX code.