Bash++
Bash++ compiler internal documentation
|
#include <iostream>
#include <vector>
#include <set>
#include <list>
#include <memory>
#include <stack>
#include <antlr4-runtime.h>
#include "../antlr/BashppParserBaseListener.h"
#include "../bpp_include/bpp_entity.cpp"
#include "../bpp_include/bpp_code_entity.cpp"
#include "../bpp_include/bpp_string.cpp"
#include "../bpp_include/bash_while_loop.cpp"
#include "../bpp_include/bash_while_condition.cpp"
#include "../bpp_include/bash_if.cpp"
#include "../bpp_include/bash_if_branch.cpp"
#include "../bpp_include/bash_case.cpp"
#include "../bpp_include/bash_case_pattern.cpp"
#include "../bpp_include/bash_for.cpp"
#include "../bpp_include/bpp_delete_statement.cpp"
#include "../bpp_include/bpp_dynamic_cast_statement.cpp"
#include "../bpp_include/bpp_value_assignment.cpp"
#include "../bpp_include/bpp_object_reference.cpp"
#include "../bpp_include/bpp_object_assignment.cpp"
#include "../bpp_include/bpp_pointer_dereference.cpp"
#include "../bpp_include/bpp_program.cpp"
#include "../bpp_include/bpp_class.cpp"
#include "../bpp_include/bpp_constructor.cpp"
#include "../bpp_include/bpp_destructor.cpp"
#include "../bpp_include/bpp_datamember.cpp"
#include "../bpp_include/bpp_method.cpp"
#include "../bpp_include/bpp_method_parameter.cpp"
#include "../bpp_include/bpp_object.cpp"
#include "../syntax_error.cpp"
#include "../internal_error.cpp"
Go to the source code of this file.
Classes | |
class | BashppListener |
The main listener class for the Bash++ compiler. More... | |
struct | BashppListener::code_segment |
A struct to hold (compiled) code segments. More... | |
Macros | |
#define | skip_singlequote_string if (in_singlequote_string) return; |
#define | skip_syntax_errors |
#define | set_error_context error_thrown = true; error_context = ctx; |
#define | output_syntax_error(symbol, msg) |
#define | throw_syntax_error_sym(symbol, msg) |
#define | throw_syntax_error(token, msg) |
#define | throw_syntax_error_from_exitRule(token, msg) |
#define | show_warning_sym(symbol, msg) |
#define | show_warning(token, msg) |
#define output_syntax_error | ( | symbol, | |
msg | |||
) |
#define set_error_context error_thrown = true; error_context = ctx; |
#define show_warning | ( | token, | |
msg | |||
) |
#define show_warning_sym | ( | symbol, | |
msg | |||
) |
#define skip_singlequote_string if (in_singlequote_string) return; |
#define skip_syntax_errors |
#define throw_syntax_error | ( | token, | |
msg | |||
) |
#define throw_syntax_error_from_exitRule | ( | token, | |
msg | |||
) |
#define throw_syntax_error_sym | ( | symbol, | |
msg | |||
) |