polserver/pol-core/bscript/compiler
Kevin Eady 2d0b675754
Fix super-scoped function resolution; Fix SourceLocation for scoped function calls (#730)
* Fix super-scoped function resolution

* Fix SourceLocation for scoped function calls
2024-10-25 11:20:41 +02:00
..
analyzer Fix too-early fail on calling scoped variable as function (#728) 2024-10-20 17:42:07 +02:00
ast Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
astbuilder Fix super-scoped function resolution; Fix SourceLocation for scoped function calls (#730) 2024-10-25 11:20:41 +02:00
codegen Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
file Updates after rebase 2024-10-10 18:06:04 +02:00
format Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
model Support function reference calls with default parameters (#710) 2024-10-10 18:06:04 +02:00
optimizer Add reading, writing of function table to ecl program (#697) 2024-10-10 18:06:04 +02:00
representation Fix is operator to work across executors (#711) 2024-10-10 18:06:04 +02:00
Antlr4Inc.h Add -Wnonportable-include-path for ANTLR warnings (#419) 2021-09-06 13:44:39 +02:00
Compiler.cpp Add reading, writing of function table to ecl program (#697) 2024-10-10 18:06:04 +02:00
Compiler.h Add reading, writing of function table to ecl program (#697) 2024-10-10 18:06:04 +02:00
Profile.h New compiler: include directives (#292) 2020-09-09 19:10:51 -07:00
Report.cpp Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00
Report.h Add scope handling for functions and variables (#690) 2024-10-10 18:06:04 +02:00