-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area:documentationarea:tasty-formatissues relating to TASTy as a portable standardissues relating to TASTy as a portable standarditype:bug
Description
According to the notation description in the TASTy grammar, "Prefixes of the form lower case letter*_ are for explanation of semantic content only, they can be dropped without changing the grammar". However, in practice, this isn't true.
For example, one possible Term
is:
NEW clsType_Term -- new cls
However, clsType_Term
isn't necessarily a Term
, since it's technically read as a type tree, which can be a Type
:
val tp = readType() |
Additionally, Tree
is mentioned in multiple places, but isn't ever formally defined.
Metadata
Metadata
Assignees
Labels
area:documentationarea:tasty-formatissues relating to TASTy as a portable standardissues relating to TASTy as a portable standarditype:bug