mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
(Program
|
|
{+(SequenceExpression
|
|
{+(Assignment
|
|
{+(Identifier)+}
|
|
{+(Float)+})+}
|
|
{+(Assignment
|
|
{+(Identifier)+}
|
|
{+(Float)+})+})+}
|
|
{-(Assignment
|
|
{-(Identifier)-}
|
|
{-(Hash
|
|
{-(KeyValue
|
|
{-(Identifier)-}
|
|
{-(SequenceExpression
|
|
{-(Float)-}
|
|
{-(SequenceExpression
|
|
{-(Plus
|
|
{-(Float)-}
|
|
{-(Float)-})-}
|
|
{-(Float)-})-})-})-})-})-})
|