polserver/pol-core/bscript/compiler/representation
turleypol bf4ec1951d
Write filenames and lines into ecompile .lst files (again) (#846)
* ListingWriter prints filepath, filelineno and source line
the old compiler did it, now again in the new compiler
since shortcircuit the original sourcelines are available during compilation

* remove listfile.inc function from test result

* prefix output

* custom formatting

* docs
2026-01-07 22:19:25 +01:00
..
ClassDescriptor.cpp Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
ClassDescriptor.h Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
CompiledScript.cpp Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
CompiledScript.h Add ecompile flag -Z to print AST (#796) 2025-07-23 23:00:34 +02:00
ConstructorDescriptor.cpp Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
ConstructorDescriptor.h Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
DebugBlock.cpp New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
DebugBlock.h New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
DebugStore.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
DebugStore.h Write filenames and lines into ecompile .lst files (again) (#846) 2026-01-07 22:19:25 +01:00
ExportedFunction.cpp bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
ExportedFunction.h bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
FunctionReferenceDescriptor.cpp Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
FunctionReferenceDescriptor.h Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
MethodDescriptor.cpp Add reading, writing of function table to ecl program (#697) 2024-10-10 18:06:04 +02:00
MethodDescriptor.h Add reading, writing of function table to ecl program (#697) 2024-10-10 18:06:04 +02:00
ModuleDescriptor.cpp Properly scope the compiler includes to the Bscript folder. (#360) 2021-02-25 16:53:22 +01:00
ModuleDescriptor.h bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
ModuleFunctionDescriptor.cpp bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
ModuleFunctionDescriptor.h bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00