mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
22 lines
445 B
Plaintext
22 lines
445 B
Plaintext
(Program
|
|
{+(SequenceExpression
|
|
{+(Assignment
|
|
{+(Identifier)+}
|
|
{+(Float)+})+}
|
|
{+(Assignment
|
|
{+(Identifier)+}
|
|
{+(Float)+})+})+}
|
|
{-(Assignment
|
|
{-(Identifier)-}
|
|
{-(Hash
|
|
{-(KeyValue
|
|
{-(Identifier)-}
|
|
{-(Paren
|
|
{-(SequenceExpression
|
|
{-(Float)-}
|
|
{-(SequenceExpression
|
|
{-(Plus
|
|
{-(Float)-}
|
|
{-(Float)-})-}
|
|
{-(Float)-})-})-})-})-})-})-})
|