Bash++
Bash++ compiler internal documentation
Classes | Namespaces | Macros
ASTNode.h File Reference
#include <cstddef>
#include <memory>
#include <vector>
#include <string>
#include <iostream>
#include <AST/NodeTypes.h>
#include <AST/Position.h>
#include <AST/Token.h>
Include dependency graph for ASTNode.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
 

Macro Definition Documentation

◆ PRETTYPRINT_INDENTATION_AMOUNT

#define PRETTYPRINT_INDENTATION_AMOUNT   4

Copyright (C) 2025 Andrew S. Rightenburg Bash++: Bash with classes