Bash++
Bash++ compiler internal documentation
ParserError.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
9#include <string>
10#include <AST/Position.h>
11
12namespace AST {
18} // namespace AST
Definition AccessModifier.h:10
Definition Position.h:13
Definition ParserError.h:13
AST::FilePosition end
Definition ParserError.h:16
AST::FilePosition start
Definition ParserError.h:15
std::string message
Definition ParserError.h:14