hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Namespaces | Functions
print.C File Reference
#include <hobbes/lang/pat/print.H>
#include <hobbes/util/str.H>
Include dependency graph for print.C:

Namespaces

 hobbes
 

Functions

void hobbes::printMatchExp (std::ostream &out, const ExprPtr &e)
 
void hobbes::printMatchResult (const std::string &indent, std::ostream &out, const ExprPtr &e)
 
void hobbes::printMatchResult (std::ostream &, const ExprPtr &)
 
void hobbes::printMatchTable (std::ostream &, const PatternRows &)