mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
(Program
|
|
(If
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(
|
|
{+(Identifier)+})
|
|
{ (Empty)
|
|
->(If
|
|
(Identifier)
|
|
(
|
|
(Identifier))
|
|
(
|
|
(Identifier))) })
|
|
{-(If
|
|
(Identifier)
|
|
([])
|
|
(Empty))-})
|