You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library is meant to replicate the behavior of ATerms in Spoofax. ATerms, by definition, are annotated terms. So annotations need to be added to the terms.
Add lazy collection for annotations.
Add getAnnotations to trees.
Add parent collection field to red tree (subterms vs annotations).
Write example for working with annotations.
Add addAnnotation and removeAnnotation methods to terms.
The text was updated successfully, but these errors were encountered:
This library is meant to replicate the behavior of ATerms in Spoofax. ATerms, by definition, are annotated terms. So annotations need to be added to the terms.
getAnnotations
to trees.addAnnotation
andremoveAnnotation
methods to terms.The text was updated successfully, but these errors were encountered: