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
So far, only the analyses of abstract syntax tree specifications, the instantiation of respective trees and the analyses of respective attribute specifications is realised using a RACR-based compiler. The instantiation of attribute instances throughout tree construction and rewriting is still done using the original non-metacircular RACR implementation. First analyses regarding attribution updates w.r.t. context changes are given by the attribution-factory attribute. Though, the attribute is not used yet.
To do also attribute instantiation and maintenance requires full-fledged meta-circularity, including meta-instantiation as proposed by issue #62.
The text was updated successfully, but these errors were encountered:
So far, only the analyses of abstract syntax tree specifications, the instantiation of respective trees and the analyses of respective attribute specifications is realised using a RACR-based compiler. The instantiation of attribute instances throughout tree construction and rewriting is still done using the original non-metacircular RACR implementation. First analyses regarding attribution updates w.r.t. context changes are given by the
attribution-factory
attribute. Though, the attribute is not used yet.To do also attribute instantiation and maintenance requires full-fledged meta-circularity, including meta-instantiation as proposed by issue #62.
The text was updated successfully, but these errors were encountered: