8#ifndef HPP_ALIB_EXPRESSIONS_STANDARD_REPOSITORY
9#define HPP_ALIB_EXPRESSIONS_STANDARD_REPOSITORY
11#ifndef HPP_ALIB_EXPRESSIONS_COMPILER
17#ifndef HPP_ALIB_LANG_RESOURCES_RESOURCES
21#ifndef HPP_ALIB_CONFIG_CONFIGURATION
26namespace alib {
namespace expressions {
virtual ALIB_API bool Get(const String &identifier, AString &target) override
std::vector< std::tuple< Priorities, AString, AString, String > > VariablesLoaded
std::vector< AString > DefaultCategories
StandardRepository(Configuration *pConfig, ResourcePool *pResources, NString pResCategory)
ALIB_API int StoreLoadedExpressions(Compiler *compiler, Priorities slot=Priorities::Standard)
#define ALIB_ASSERT_MODULE(modulename)