Parser error when setting property of type logical in VO dialect
Posted: Fri Sep 04, 2020 1:36 pm
Hi everyone
I have an odd parser error when trying to set a property with type logical in XSharp. What's more unusual is it only occurs in VO and not with the core dialect.
EG
Results in the error: Parser: unexpected input ':='
I've made a quick demo solution illustrating the issue: https://github.com/ch-iwi/xsharp-parser-error
Am i missing something? Or is it a bug?
Cheers
I have an odd parser error when trying to set a property with type logical in XSharp. What's more unusual is it only occurs in VO and not with the core dialect.
EG
Code: Select all
oSentryOptions:Debug := TRUE
I've made a quick demo solution illustrating the issue: https://github.com/ch-iwi/xsharp-parser-error
Am i missing something? Or is it a bug?
Cheers