mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
(Program
|
|
(Call
|
|
(Identifier)
|
|
(Plus
|
|
{ (Integer)
|
|
->(Integer) }
|
|
(
|
|
(Integer)))
|
|
(Empty))
|
|
(Call
|
|
(Identifier)
|
|
{+(Identifier)+}
|
|
{-(Identifier)-}
|
|
(Empty)))
|