mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
0.5.6 Add grammar for defer (catch err).
This commit is contained in:
@@ -767,6 +767,7 @@ defer_stmt
|
||||
: DEFER statement
|
||||
| DEFER TRY statement
|
||||
| DEFER CATCH statement
|
||||
| DEFER '(' CATCH IDENT ')' statement
|
||||
;
|
||||
|
||||
ct_if_stmt
|
||||
|
||||
Reference in New Issue
Block a user