rhaiscript / lsp

Language server for Rhai.
Apache License 2.0
43 stars 4 forks source link

Probably parsing expression with unary operator. #76

Closed schungx closed 2 years ago

schungx commented 2 years ago

Parsing seems to be broken after a unary operator (such as !, + and -).

image

It parses fine without any unary operator.

tamasfe commented 2 years ago

Hm, I either broke this very early on or has never worked. It's weird that none of the tests seem to cover this.