Skip to content
Discussion options

You must be logged in to vote

Hey @nasabenz . Yep you're running into the default scoping, which works in most cases, but sounds like you're looking for something that works with qualified names instead.

We actually have an example for such a project, the Domain Model example, that utilizes qualified names to correctly resolve cross-references from other parts of your program. Specifically here's an example program that uses qualified names in the example domain model language.

In order to be able to support using qualified names to resolve scoping correctly, you're going to want to look into that example and checkout the grammar (as you'll need to support QNs there), as well as implementing the associated services to…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nasabenz
Comment options

Answer selected by nasabenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants