This is an old revision of the document!


Attributes

ACT provides a mechanism to specify user-customizable attributes. These can be attached to both instances as well as production rules. Different ACT tools can use these attributes for a variety of purposes.

Production rule attributes are specified in the following way:

...
prs {
   [attrib=value] a  & b -> c-
}
...