BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Support BBj class import #5

Closed insafuhrmann closed 1 year ago

insafuhrmann commented 1 year ago

Allow for the BBj class import notation in the grammar. Adjust scoping and validation according to the two types of classes. Scoping should only allow to access BBj classes that are imported

dhuebner commented 1 year ago

Solved