Previous Up Next

10  Constant, Identifiers and Types for Transformations

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

Previous Up Next