inkytonik / kiama

A Scala library for language processing.
Mozilla Public License 2.0
48 stars 15 forks source link

Add support for connecting new trees to existing ones #13

Open inkytonik opened 3 years ago

inkytonik commented 3 years ago

For full use of higher-order attributes, we need to connect new trees to old one so inherited attributes can be accessed. Currently we don’t have a way to do this for the Tree relation stuff.

Need to come up with a good test where attributes of the old tree are used by those in the new tree.