mirror of
https://github.com/github/semantic.git
synced 2024-12-23 23:11:50 +03:00
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
(Program
|
|
(While
|
|
(Paren
|
|
{ (Identifier)
|
|
->(Identifier) })
|
|
(
|
|
(Call
|
|
{ (Identifier)
|
|
->(Identifier) }
|
|
(Empty))))
|
|
(Empty))
|