|
Bash++
Bash++ compiler internal documentation
|
#include <string_view>#include <source_location>#include <type_traits>#include <concepts>#include <stack>#include <AST/ASTNode.h>#include <AST/Nodes/Nodes.h>#include <bpp_include/bpp.h>

Go to the source code of this file.
Namespaces | |
| namespace | bpp |
| namespace | bpp::detail |
Concepts | |
| concept | bpp::detail::ASTNodePtrType |
| concept | bpp::detail::ASTStringToken |
| concept | bpp::detail::ASTParameterToken |
| concept | bpp::detail::ASTNodePtrORToken |
| concept | bpp::detail::ErrorReportableListener |
Functions | |
| consteval std::string_view | bpp::detail::unqualified_function_name (std::string_view function_signature) |
| consteval bool | bpp::detail::starts_with (std::string_view str, std::string_view prefix) |
| consteval bool | bpp::detail::is_enter_context (std::string_view function_name) |
| consteval bool | bpp::detail::is_exit_context (std::string_view function_name) |
Variables | |
| template<class... > | |
| constexpr bool | bpp::detail::false_v = false |