BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Parser problem in context of setopts #22

Closed insafuhrmann closed 1 year ago

insafuhrmann commented 1 year ago

We need to solve the conflict of string replace destination information with method calls, like here for line two:

a$=opts
a$(3,1)=ior(a$(3,1),$02$)
setopts A$
dhuebner commented 1 year ago

@insafuhrmann Do you recall where this example comes from? I wonder if 9 in a$9 as a typo. However second line can be parsed now.

StephanWald commented 1 year ago

it's a typo. Removed it.

dhuebner commented 1 year ago

Fixed already. setopts verb is missing and will be handled in #53