BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Parse single line if correctly #117

Closed msujew closed 10 months ago

msujew commented 10 months ago

Closes https://github.com/BBx-Kitchen/bbj-language-server/issues/66

Similar to the WhileStatement and WendStatement, the IfStatement is now split into multiple statement rules. This simplifies parsing quite a lot, while making newline validation a bit more complicated.