polserver/pol-core/bscript/compiler/analyzer
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
..
Constants.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
Constants.h Add support for const declarations (#264) 2020-09-01 00:54:24 -07:00
Disambiguator.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
Disambiguator.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ExpressionEvaluator.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ExpressionEvaluator.h Tidy copy initialization (#859) 2026-01-19 08:17:28 +01:00
FlowControlScope.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
FlowControlScope.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FlowControlScopes.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
FlowControlScopes.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FunctionVariableScope.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
FunctionVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScope.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
LocalVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScopes.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
LocalVariableScopes.h var statements in program blocks (#256) 2020-08-30 01:32:38 -07:00
SemanticAnalyzer.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
SemanticAnalyzer.h Fix handling of byref, rest, and default parameters in uninitialized functions (#814) 2025-09-06 17:26:06 +02:00
ShortCircuitWarning.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
ShortCircuitWarning.h Short Circuit Optimizer (#797) 2025-07-28 21:48:34 +02:00
Variables.cpp Includes are now all relative to pol-core basefolder (#906) 2026-07-25 23:01:18 +02:00
Variables.h Clang Tidy replace typedefs with more readable using (#854) 2026-01-16 18:45:47 +01:00