|
Bash++
Bash++ compiler internal documentation
|
#include <memory>#include <variant>#include <stack>#include <AST/ASTNode.h>#include <AST/Nodes/Nodes.h>

Go to the source code of this file.
Classes | |
| class | AST::BashppParser |
| A driver class to wrap around the Bison-generated parser for Bash++. This class manages both the lexer and parser state, and provides methods to set the input source. More... | |
Namespaces | |
| namespace | AST |
Typedefs | |
| typedef void * | yyscan_t |
| typedef void* yyscan_t |
Copyright (C) 2025 Andrew S. Rightenburg Bash++: Bash with classes