OpenVDB  11.0.0
Namespaces | Functions
Parse.h File Reference

Parsing methods for creating abstract syntax trees out of AX code. More...

#include "AST.h"
#include "../compiler/Logger.h"
#include <openvdb/version.h>

Go to the source code of this file.

Namespaces

 openvdb
 
 openvdb::v11_0
 
 openvdb::v11_0::ax
 
 openvdb::v11_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...
 

Detailed Description

Parsing methods for creating abstract syntax trees out of AX code.

Authors
Nick Avramoussis, Richard Jones