Mike Gerwitz
893da0ed20
Previous to this commit, ontological cross edges were declared statically. But this doesn't fare well with the decided implementation for template application. The documentation details it, but we have Tpl->Ident which could mean "I define this Ident once expanded", or it could mean "this is a reference to a template I will be applying". The former is a tree edge, the latter is a cross edge, and that determination can only be made by inspecting edge data at runtime. It could have been resolved by introducing new Object types, but that is a lot of work for little benefit, especially given that only (right now) the visitor uses this information. DEV-13708 |
||
---|---|---|
.. | ||
ident | ||
expr.rs | ||
ident.rs | ||
meta.rs | ||
pkg.rs | ||
rel.rs | ||
root.rs | ||
tpl.rs |