mirror of
https://github.com/github/semantic.git
synced 2025-01-03 13:02:37 +03:00
21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(Identifier)
|
|
([])
|
|
(
|
|
(Assignment
|
|
(Identifier)
|
|
{ (Integer)
|
|
->(Integer) })
|
|
(Assignment
|
|
(Identifier)
|
|
{ (Integer)
|
|
->(Integer) })
|
|
(Assignment
|
|
(Identifier)
|
|
{ (Integer)
|
|
->(Integer) }))))
|