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