mirror of
https://github.com/github/semantic.git
synced 2024-12-21 13:51:44 +03:00
65 lines
1017 B
Plaintext
65 lines
1017 B
Plaintext
(Program
|
|
(Try
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{+(Finally
|
|
(
|
|
(Identifier)))+}
|
|
{-(Identifier)-}
|
|
{-(Catch
|
|
(
|
|
(Identifier)
|
|
(Identifier)
|
|
(Identifier))
|
|
([]))-}
|
|
{-(Catch
|
|
(Let
|
|
(Identifier)
|
|
(Identifier)
|
|
(Empty))
|
|
(
|
|
(Identifier)
|
|
(Identifier)))-}
|
|
{-(Catch
|
|
(
|
|
(Identifier)
|
|
(Identifier)
|
|
(Identifier)
|
|
(Identifier))
|
|
([]))-}
|
|
{-(Catch
|
|
(
|
|
(Identifier)
|
|
(Identifier))
|
|
([]))-})
|
|
(Try
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
{+(Catch
|
|
(
|
|
(Identifier)
|
|
(Identifier))
|
|
([]))+}
|
|
{+(Catch
|
|
(Let
|
|
(Identifier)
|
|
(Identifier)
|
|
(Empty))
|
|
(
|
|
(Identifier)))+}
|
|
{+(Catch
|
|
(
|
|
(Identifier)
|
|
(Identifier)
|
|
(Identifier))
|
|
([]))+}
|
|
{+(Catch
|
|
(
|
|
(Identifier))
|
|
([]))+}
|
|
{-(Identifier)-}
|
|
{-(Finally
|
|
(
|
|
(Identifier)
|
|
(Identifier)))-}))
|