Previous Up Next

11  Constants, Identifiers and Types for Transformations

const   ::=  string
|[0-9]+
|
string   ::=  "[^"] *"
id   ::=  id | metaidId | OR(id) | AND(id)
typedef_ident   ::=  id | metaidType
type   ::=  ctype | metaidType
pathToIsoFile   ::=  <.*>
regexp   ::=  "[^"] *"

Conjunctions for identifiers are, as indicated by the BNF, not currently supported.


Previous Up Next