diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-23 15:54:50 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-04-23 15:54:50 +0200 |
commit | 73afcad19993e283d0945a3d5be25b8250ef4898 (patch) | |
tree | 6ee36925fd7eb12b3e2858ce70003c66bce6dc15 /Grammar.pp | |
parent | 057439b846af197af8f15e19c4b7adac8bf589ef (diff) | |
download | Praspel-73afcad19993e283d0945a3d5be25b8250ef4898.zip Praspel-73afcad19993e283d0945a3d5be25b8250ef4898.tar.gz Praspel-73afcad19993e283d0945a3d5be25b8250ef4898.tar.bz2 |
New @throwable clause API.
Diffstat (limited to 'Grammar.pp')
-rw-r--r-- | Grammar.pp | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -172,10 +172,9 @@ exceptional_expression: exception() ( ::and:: exception() )* exception: - classname() ( ::or:: classname() )* #exception_list - | classname() <identifier> ( ::or:: classname() <identifier> )* - ::with:: declaration() #exception_with -// NO + classname() <identifier> ( ::or:: classname() <identifier> )* #exception_list +// ( ::with:: declaration() #exception_with )? +// NO #declaration: ( ::let:: #local_declaration )? |