hy/tests/compilers
Julien Danjou 6dec894a0c Better catch syntax
The syntax is now changed to:

  (catch [] BODY)
  (catch [Exception] BODY)
  (catch [e Exception] BODY)
  (catch [e [Exception1 Exception2]] BODY)

Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-07 18:03:43 +02:00
..
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Better catch syntax 2013-04-07 18:03:43 +02:00