nabl2-get-scope-direct-edges-inv
This allows us to navigate edges between scope graphs forward:
/** * Get direct edges from a scope * * @param a : Analysis * @type Scope -> List((Label,Scope)) */ nabl2-get-scope-direct-edges(|a) = ...
But we should also be able to navigate these edges backward:
Submitted by Daco Harkes on 28 October 2016 at 19:18/** * Get direct edges from a scope * * @param a : Analysis * @type Scope -> List((Label,Scope)) */ nabl2-get-scope-direct-edges-inv(|a) = ...
Issue Log
On 22 March 2017 at 16:16 Hendrik van Antwerpen commented:
This is part of the API now. See https://github.com/metaborg/nabl/blob/master/org.metaborg.meta.nabl2.runtime/trans/nabl2/api.str#L209.
On 22 March 2017 at 16:16 Hendrik van Antwerpen closed this issue.
Log in to post comments