ALib C++ Framework
by
Library Version:
2605 R0
Documentation generated by
Loading...
Searching...
No Matches
ALib
src
alib
expressions
detail
ast.mod.cpp
1
//##################################################################################################
2
// ALib C++ Framework
3
//
4
// Copyright 2013-2026 A-Worx GmbH, Germany
5
// Published under 'Boost Software License' (a free software license, see LICENSE.txt)
6
//##################################################################################################
7
//========================================= Global Fragment ========================================
8
module
;
9
#include "
alib/strings/strings.prepro.hpp
"
10
#include "
alib/expressions/expressions.prepro.hpp
"
11
12
//============================================= Imports ============================================
13
module
ALib.Expressions.Impl
;
14
import
ALib.Characters.Functions
;
15
import
ALib.Strings
;
16
//========================================== Implementation ========================================
17
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
18
#include "ast.cpp"
19
ALIB_POP_ALLOWANCE
ALIB_ALLOW_IMPLEMENTATION_INCLUSION
#define ALIB_ALLOW_IMPLEMENTATION_INCLUSION
Definition
alib.prepro.hpp:555
ALIB_POP_ALLOWANCE
#define ALIB_POP_ALLOWANCE
Definition
alib.prepro.hpp:651
expressions.prepro.hpp
ALib.Characters.Functions
ALib.Expressions.Impl
ALib.Strings
strings.prepro.hpp