polserver/pol-core/bscript/compiler/astbuilder
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
..
AvailableUserFunction.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
BuilderWorkspace.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
BuilderWorkspace.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CompilerWorkspaceBuilder.cpp Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
CompilerWorkspaceBuilder.h Internal work to remove OGC (#384) 2021-03-06 01:39:26 +01:00
CompoundStatementBuilder.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
CompoundStatementBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ExpressionBuilder.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
ExpressionBuilder.h Add support for conditional operator (#387) 2021-03-14 23:20:20 +01:00
FunctionResolver.cpp Throw compile error on function name conflict (#408) 2021-08-11 23:01:14 +02:00
FunctionResolver.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleDeclarationBuilder.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleDeclarationBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleProcessor.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleProcessor.h Move more specialized expression types from optimizer to AST builder (#334) 2020-09-30 08:19:05 -07:00
ProgramBuilder.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ProgramBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SimpleStatementBuilder.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
SimpleStatementBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SimpleValueCloner.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SimpleValueCloner.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
SourceFileProcessor.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
SourceFileProcessor.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
TreeBuilder.cpp Fewer compile warnings (#413) 2021-08-28 22:26:15 +02:00
TreeBuilder.h Move more specialized expression types from optimizer to AST builder (#334) 2020-09-30 08:19:05 -07:00
UserFunctionBuilder.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
UserFunctionBuilder.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
UserFunctionVisitor.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
UserFunctionVisitor.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ValueBuilder.cpp Add support for interpolated strings ("interstrings") (#369) 2021-03-11 22:48:16 +01:00
ValueBuilder.h Add support for interpolated strings ("interstrings") (#369) 2021-03-11 22:48:16 +01:00