BenchGen
BenchGen is a tool for generating benchmarks to stress-test a computing system.
|
Base class for all nodes in the abstract syntax tree (AST). More...
#include <ast.h>
Public Member Functions | |
virtual | ~Node ()=default |
virtual void | gen (Generator &)=0 |
Generates code for this AST node. | |
virtual void | print (int indent=0)=0 |
Prints the structure of this AST node. | |
Base class for all nodes in the abstract syntax tree (AST).
Defines the interface for generating code and printing the AST structure.
|
virtualdefault |
|
pure virtual |
|
pure virtual |