PLC-lang / rusty

Structured Text Parser and LLVM Frontend
GNU Lesser General Public License v3.0
223 stars 53 forks source link

Diagnostic for template variables in functions #1323

Open volsa opened 1 month ago

volsa commented 1 month ago

Is your feature request related to a problem? Please describe. Template variables are not / should not be supported in functions, however a validation for this is currently missing

Describe the solution you'd like An error, preferably similar to https://github.com/PLC-lang/rusty/pull/1303