Bash++
Bash++ compiler internal documentation
Nodes.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2025 Andrew S. Rightenburg
3 * Bash++: Bash with classes
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
7#pragma once
8
37#include <AST/Nodes/Block.h>
59#include <AST/Nodes/Program.h>
61#include <AST/Nodes/RawText.h>
62#include <AST/Nodes/Rvalue.h>