polserver/pol-core/bscript/compiler/codegen
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
..
AbstractSyntaxTreeStringGenerator.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
AbstractSyntaxTreeStringGenerator.h Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
CaseDispatchGroupVisitor.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CaseDispatchGroupVisitor.h Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
CaseJumpDataBlock.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CaseJumpDataBlock.h Add uninit, true, false keywords to grammar (#596) 2024-01-20 05:38:25 +01:00
ClassDeclarationRegistrar.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ClassDeclarationRegistrar.h Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
CodeEmitter.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CodeEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CodeGenerator.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
CodeGenerator.h Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
DataEmitter.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
DataEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugBlockGuard.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
DebugBlockGuard.h New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
FunctionReferenceRegistrar.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
FunctionReferenceRegistrar.h Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
InstructionEmitter.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
InstructionEmitter.h Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
InstructionGenerator.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
InstructionGenerator.h Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
ModuleDeclarationRegistrar.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ModuleDeclarationRegistrar.h New compiler: Add AST nodes for function calls. Can compile hello world. (#240) 2020-08-24 01:47:38 -07:00