mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
(Program
|
|
(VariableDeclaration
|
|
(Assignment
|
|
(Empty)
|
|
(Identifier)
|
|
{ (Empty)
|
|
->(Float) })
|
|
{-(Assignment
|
|
(Empty)
|
|
(Identifier)
|
|
(Hash))-}
|
|
{-(Assignment
|
|
(Empty)
|
|
(Identifier)
|
|
(Empty))-}))
|