Exp
for
Exp.id:
AbstractProduction [ Id ]
let IdVal [tree] ← Id
;
for
Exp.sum:
AbstractProduction [ Exp.left, AddOp, Exp.right ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.unarysum:
AbstractProduction [ AddOp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.product:
AbstractProduction [ Exp.left, MultOp, Exp.right ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.or:
AbstractProduction [ Exp.left, Exp.right ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.and:
AbstractProduction [ Exp.left, Exp.right ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.not:
AbstractProduction [ Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.relation:
AbstractProduction [ Exp, Relation ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.ifthenelse:
AbstractProduction [ Exp.cond, Exp.thenpart, Exp.elsepart ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.select:
AbstractProduction [ SelectHead, SelectExpList, Exp.default ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.assign:
AbstractProduction [ Exp.lhs, Exp.rhs ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.multiassign:
AbstractProduction [ ExpList, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.num:
AbstractProduction [ Num ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.string:
AbstractProduction [ String ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.flnum:
AbstractProduction [ Flnum ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.char:
AbstractProduction [ Char ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.atom:
AbstractProduction [ Atom ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.narrow:
AbstractProduction [ Exp, OptType, Catch ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.loophole:
AbstractProduction [ Exp, OptType ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.apply:
AbstractProduction [ Exp.rator, Exp.rand, Catch ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.qualifier:
AbstractProduction [ Exp, Qualifier ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.explist:
AbstractProduction [ ExpList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.prefixop:
AbstractProduction [ PrefixOp, OrderList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.val:
AbstractProduction [ OrderList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.all:
AbstractProduction [ OrderList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.new:
AbstractProduction [ New, TypeExp, Initialization, Catch ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.cons:
AbstractProduction [ Cons, ExpList, Catch ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.listcons:
AbstractProduction [ ListCons, ExpList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.nil:
AbstractProduction [ ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.typeop:
AbstractProduction [ TypeOp, TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.size:
AbstractProduction [ TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.size2:
AbstractProduction [ TypeExp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.bits:
AbstractProduction [ TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.bits2:
AbstractProduction [ TypeExp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.bytes:
AbstractProduction [ TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.bytes2:
AbstractProduction [ TypeExp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.units:
AbstractProduction [ TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.units2:
AbstractProduction [ TypeExp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.words:
AbstractProduction [ TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.words2:
AbstractProduction [ TypeExp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.istype:
AbstractProduction [ Exp, TypeExp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.address:
AbstractProduction [ Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.descriptor:
AbstractProduction [ DescList ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.error:
AbstractProduction [ ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];
for
Exp.transfer:
AbstractProduction [ TransferOp, Exp ]
let IdVal [tree] ← NullId [] where x ← Error ["Expected an Id"];