Annotations for Inter-Type Declarations

Issue #105 resolved
Jesper Öqvist created an issue

Support for annotations on inter-type declarations needs to be added. Annotations are currently not supported.

Comments (2)

  1. Jesper Öqvist reporter

    Implemented annotations for synthesized attributes

    • annotations on collection declarations must now occur before the coll keyword
    • annotations can be specified on synthesized attributes before the syn or eq keyword
    • annotations on inherited attributes and collection contributions no longer cause generic syntax errors

    fixes issue #105 (bitbucket)

    → <<cset a0abe01a393b>>

  2. Log in to comment