polserver/pol-core/bscript/compiler/analyzer
Kevin Eady c292058283
Skip internal errors for unlinked inherited base classes (#815)
The SemanticAnalyzer was incorrectly reporting internal errors when a
class parent inherited from an unlinked class. The error will already
have been reported, when visiting the class parent.
2025-09-06 19:03:35 +02:00
..
Constants.cpp Enum class fixes (#805) 2025-08-19 09:07:02 +02:00
Constants.h Add support for const declarations (#264) 2020-09-01 00:54:24 -07:00
Disambiguator.cpp Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00
Disambiguator.h Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ExpressionEvaluator.cpp Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00
ExpressionEvaluator.h Introduce DAP Debugger (#608) 2024-01-28 09:49:55 +01:00
FlowControlScope.cpp use new formatter for ERROR_PRINT, added ERROR_PRINTLN (#595) 2024-01-12 06:51:44 +01:00
FlowControlScope.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FlowControlScopes.cpp use new formatter for ERROR_PRINT, added ERROR_PRINTLN (#595) 2024-01-12 06:51:44 +01:00
FlowControlScopes.h Add support for while loops (#268) 2020-09-03 19:46:27 -07:00
FunctionVariableScope.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
FunctionVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScope.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScope.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScopes.cpp Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00
LocalVariableScopes.h var statements in program blocks (#256) 2020-08-30 01:32:38 -07:00
SemanticAnalyzer.cpp Skip internal errors for unlinked inherited base classes (#815) 2025-09-06 19:03:35 +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 Short Circuit Optimizer (#797) 2025-07-28 21:48:34 +02:00
ShortCircuitWarning.h Short Circuit Optimizer (#797) 2025-07-28 21:48:34 +02:00
Variables.cpp use c++20 (#799) 2025-08-01 21:40:10 +02:00
Variables.h Add compiler support for function expressions (#671) 2024-07-29 22:30:52 +02:00