polserver/pol-core/bscript/compiler/astbuilder
turleypol 1463b76c7c
Includes are now all relative to pol-core basefolder (#906)
* all except pol

* pol and includes under defines

* something weird has happened

* remove own folder from include searchpath

* fixed remaining, adapted include style for external headers

* missing include
2026-07-25 23:01:18 +02:00
..
AvailableParseTree.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
AvailableParseTree.h ClangTidy "modernize-use-override" (#851) 2026-01-14 21:35:59 +01:00
BuilderWorkspace.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
BuilderWorkspace.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CompilerWorkspaceBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CompilerWorkspaceBuilder.h Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
CompoundStatementBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CompoundStatementBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ExpressionBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ExpressionBuilder.h Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
FunctionResolver.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
FunctionResolver.h Fix generated function (constructor, super) registration (#809) 2025-09-04 17:37:40 +00:00
GeneratedFunctionBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
GeneratedFunctionBuilder.h Generate constructors for child classes (#703) 2024-10-10 18:06:04 +02:00
ModuleDeclarationBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ModuleDeclarationBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleProcessor.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ModuleProcessor.h Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ProgramBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ProgramBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SimpleStatementBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
SimpleStatementBuilder.h Add support for sequence and index bindings (#760) 2025-02-17 21:59:42 +01:00
SimpleValueCloner.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
SimpleValueCloner.h Fix varargs in constructors with super; Remove restriction that base-classes must be constructable (#698) 2024-10-10 18:06:04 +02:00
SourceFileProcessor.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
SourceFileProcessor.h Update grammar, parser, semantic analyzer for classes; skeleton codegen and executor (#688) 2024-10-10 18:06:04 +02:00
TreeBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
TreeBuilder.h Update grammar, parser, semantic analyzer for classes; skeleton codegen and executor (#688) 2024-10-10 18:06:04 +02:00
UserFunctionBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
UserFunctionBuilder.h Add Escript support for uninitialized class functions (#808) 2025-09-05 23:23:59 +02:00
UserFunctionVisitor.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
UserFunctionVisitor.h Delayed AST building of class variable statements (#692) 2024-10-10 18:06:04 +02:00
ValueBuilder.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ValueBuilder.h Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00