#include <cstddef>
#include <memory>
#include <vector>
#include <string>
#include <iostream>
#include <AST/NodeTypes.h>
#include <AST/Position.h>
#include <AST/Token.h>
Go to the source code of this file.
|
| 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...
|
| |
◆ PRETTYPRINT_INDENTATION_AMOUNT
| #define PRETTYPRINT_INDENTATION_AMOUNT 4 |
Copyright (C) 2025 Andrew S. Rightenburg Bash++: Bash with classes