Rizean / lp-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check If/ElseIf/Else/EndIf + nesting

NickNo-dev opened this issue · comments

You can spend hours in finding falsely idented / written If clauses.
The builder could help a lot.

TODOs:

  • Find "ElseIf" without condition -> Fatal Error (or correct to "ElseIf false")
  • Find If / ElseIf / Else without EndIf
  • Check+Correct identation of If / matching ElseIf / Else / EndIf

I'm thinking my first pass at this will be check of the idents