polserver/pol-core/bscript/compiler/format
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
..
CompiledScriptSerializer.cpp Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
CompiledScriptSerializer.h bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
DebugStoreSerializer.cpp Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
DebugStoreSerializer.h New compiler: write debug info (.dbg and .dbg.txt) (#302) 2020-09-12 14:26:58 -07:00
ListingWriter.cpp Write filenames and lines into ecompile .lst files (again) (#846) 2026-01-07 22:19:25 +01:00
ListingWriter.h Add StoredTokenDecoder and ListingWriter stubs; write listfile (#208) 2020-08-11 12:49:18 +02:00
StoredTokenDecoder.cpp Add support for regular expressions (#818) 2025-11-17 18:02:45 +01:00
StoredTokenDecoder.h POLLOG* macros use the new formatting (#598) 2024-01-16 17:55:42 +01:00