dipping my toe in...

Skip Montanaro <[email protected]> Tue, 16 Apr 2002 09:55:59 -0500
Newsgroups gmane.comp.python.compiler
Message-ID <[email protected]>
              -- 'type' is a bad name
              | Raise(expr? type, expr? inst, expr? tback)

How about "exc" instead?

Does the "?" imply the preceeding fields must be present if that is?  For
example, if we have an "inst", does that imply we also have a "type" the
same way optional args work in Python?

Skip