polserver/pol-core/bscript/compiler/codegen
turleypol cccf84dfc8
Fewer compile warnings (#413)
* added escriptgrammar as external lib where it belongs. Silenced warnings.

* bscript compiler warning fixes

* special include file to get rid of gcc warnings about antlr4

* misc windows warnings

* time specifc warnings

* buildfix + apple warnings

* never trust apple

* windows debug build warnings

* some windows clang warnings

* last warning fix
2021-08-28 22:26:15 +02:00
..
CaseDispatchGroupVisitor.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
CaseDispatchGroupVisitor.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CaseJumpDataBlock.cpp New compiler: Add support for case statements (#272) 2020-09-05 20:41:58 -07:00
CaseJumpDataBlock.h Clean up warnings: size_t/unsigned mixing, unused private variables (#352) 2020-12-01 02:23:03 -08:00
CodeEmitter.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
CodeEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CodeGenerator.cpp Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
CodeGenerator.h Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
DataEmitter.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
DataEmitter.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugBlockGuard.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugBlockGuard.h New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
InstructionEmitter.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
InstructionEmitter.h Add support for interpolated strings ("interstrings") (#369) 2021-03-11 22:48:16 +01:00
InstructionGenerator.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
InstructionGenerator.h Add support for conditional operator (#387) 2021-03-14 23:20:20 +01:00
ModuleDeclarationRegistrar.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleDeclarationRegistrar.h New compiler: Add AST nodes for function calls. Can compile hello world. (#240) 2020-08-24 01:47:38 -07:00