Bash++
Bash++ compiler internal documentation
Classes | Namespaces | Typedefs
BashppParser.h File Reference
#include <memory>
#include <variant>
#include <stack>
#include <AST/ASTNode.h>
#include <AST/Nodes/Nodes.h>
Include dependency graph for BashppParser.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ yyscan_t

typedef void* yyscan_t

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