PLC-lang / rusty

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

fix: Debug locations of CASE statement #1315

Closed volsa closed 1 month ago

volsa commented 2 months ago

Fixes the debug locations line number, where previously the switch ... instruction would have a line number of the last case element.