11 #ifndef OPENVDB_AX_PARSE_HAS_BEEN_INCLUDED
12 #define OPENVDB_AX_PARSE_HAS_BEEN_INCLUDED
15 #include "../compiler/Logger.h"
47 openvdb::ax::ast::Tree::Ptr
parse(
const char* code);
Provides the definition for every abstract and concrete derived class which represent a particular ab...
Logger for collecting errors and warnings that occur during AX compilation.
Definition: Logger.h:55
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,...
Definition: openvdb/Exceptions.h:13
Library and file format version numbers.
#define OPENVDB_VERSION_NAME
The version namespace name for this library version.
Definition: version.h:101
#define OPENVDB_USE_VERSION_NAMESPACE
Definition: version.h:153