doc-src/Tutorial/CodeGen/instr
author skalberg
Sun, 31 Aug 2003 21:24:29 +0200
changeset 14177 06b19a7e675a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Added 'ambiguity_is_error' flag, which, if set, makes the parser fail, rather than just issue a warning, when the input parsed is ambiguous.

datatype ('a,'v) instr = Const 'v
                       | Load 'a
                       | Apply ('v binop)