Allison Kaptur 3f9ae9122e Raise exceptions when no handlers are provided.
Also small DRYing in try handling.

Previously, writing a bare (try (foo)) would invoke Pokemon
exception catching (gotta catch 'em all) instead of the correct
behavior, which is to raise the exception if no handler is provided.

Note that this is a cute feature of Hy, as a `try` with no `except`
is a syntax error.  We avoid the syntax error here because we don't
use Python's compiler, which is the only thing that can throw
Syntax Errors.  :D

Fixes #555.
2014-04-28 03:08:30 +03:00
..
2014-04-09 20:10:31 +03:00
2014-04-10 22:52:41 -04:00
2014-02-17 18:00:31 -05:00
2013-03-28 22:42:53 -04:00
2014-02-23 17:16:56 -06:00
2014-01-01 16:40:16 -05:00
2014-03-29 14:48:30 -04:00