PLC-lang / rusty

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

feat: Validate `if` statements #1137

Closed volsa closed 2 months ago

volsa commented 2 months ago

Resolves https://github.com/PLC-lang/rusty/issues/1136

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.75%. Comparing base (b3e27f2) to head (89ef326).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1137 +/- ## ======================================= Coverage 95.74% 95.75% ======================================= Files 147 147 Lines 43286 43305 +19 ======================================= + Hits 41446 41465 +19 Misses 1840 1840 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

volsa commented 2 months ago

Closing this in favor of https://github.com/PLC-lang/rusty/pull/1140