-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
`
syntax CompilationUnit = TypeDeclaration* !Any;
syntax TypeDeclaration = nl asnIdentifier s sm "::=" s sm TypeDefinition nl;
syntax TypeDefinition
{
syntax EnumDefinition = OpenBlock CloseBlock;
| Enumerated = ENUMERATED EnumDefinition;
}
token Comment
{
| [ExplicitSpaces]SingleLine = "--" (!NewLine Any)* NewLine?;
}
extend token IgnoreToken
{
| Comment;
}
`
Metadata
Metadata
Assignees
Labels
No labels