|
Bash++
Bash++ compiler internal documentation
|
#include <cstddef>#include <memory>#include <vector>#include <iostream>#include <AST/NodeTypes.h>#include <AST/Position.h>#include <AST/Token.h>
Go to the source code of this file.
Classes | |
| class | AST::ASTNode |
| The base class for all non-terminal nodes in the Bash++ AST. Each ASTNode contains information about its type, children, and position in the source code. More... | |
Namespaces | |
| namespace | AST |
Macros | |
| #define | PRETTYPRINT_INDENTATION_AMOUNT 4 |
| #define PRETTYPRINT_INDENTATION_AMOUNT 4 |