Closed TomMettam closed 2 years ago
The same occurs with &&
Hi Tom,
This is bug in the parsing non-simple expressions. We try to workaround not supporting left employed recursion in Grammar-Kit. I hope we will find the solution to the end of next week.
I guess this is also the root of this problem
someProp: cond1 ? thisValue : (cond2 ? thatValue : otherValue)
^------- QmlTokenType.DOT or QmlTokenType.TERNARY_VALUE_SEPARATOR expected, got ':'
Hi @TomMettam and @aeby
We created new parser mechanism to resolve issue with operations. Version 0.9.8 is able to download. Please let us know if it solves your issues.
The plugin flags the
||
with the comment