Skip to content
Snippets Groups Projects

Resolve "Feature: Send enpoint for non-terminal using implicit NTA"

10 files
+ 410
186
Compare changes
  • Side-by-side
  • Inline
Files
10
  • 306ab6a7
    - make disconnect of forwarded endpoints work
    - test disconnect in ForwardingTest
    - forwarding NTAs are not NTAs anymore (since their value is the nonterminal itself and that would mess up their parent)
    - clean-up of indexed-send test-case
@@ -39,4 +39,5 @@ aspect ParserRewrites {
eq UntypedEndpointTarget.isAlreadyDefined() = false;
eq UntypedEndpointTarget.entityIsNormalAttribute() = false;
eq UntypedEndpointTarget.targetTypeName() = "<untyped.targetTypeName>";
eq UntypedEndpointTarget.isTypeEndpointTarget() = false;
}
Loading