Skip to content

Commit bef38ba

Browse files
committed
Add missing handlers to eval contexts
1 parent 76bcf86 commit bef38ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

document/core/exec/runtime.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,8 @@ Finally, the following definition of *evaluation context* and associated structu
897897
\production{evaluation contexts} & E &::=&
898898
[\_] ~|~
899899
\val^\ast~E~\instr^\ast ~|~
900-
\LABEL_n\{\instr^\ast\}~E~\END \\
900+
\LABEL_n\{\instr^\ast\}~E~\END ~|~
901+
\HANDLER_n\{\catch^\ast\}~E~\END \\
901902
\end{array}
902903
903904
.. math::

0 commit comments

Comments
 (0)