mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
(Program
|
|
(VariableDeclaration
|
|
(Assignment
|
|
(Empty)
|
|
(Identifier)
|
|
{ (Float)
|
|
->(Empty) })
|
|
{+(Assignment
|
|
{+(Empty)+}
|
|
{+(Identifier)+}
|
|
{+(Hash)+})+}
|
|
{+(Assignment
|
|
{+(Empty)+}
|
|
{+(Identifier)+}
|
|
{+(Empty)+})+}))
|