mirror of
https://github.com/github/semantic.git
synced 2024-12-23 06:41:45 +03:00
22 lines
439 B
Plaintext
22 lines
439 B
Plaintext
(Program
|
|
(ExpressionStatement
|
|
{ (Assignment
|
|
(Identifier)
|
|
(Hash
|
|
(KeyValue
|
|
(Identifier)
|
|
(SequenceExpression
|
|
(Float)
|
|
(SequenceExpression
|
|
(Plus
|
|
(Float)
|
|
(Float))
|
|
(Float))))))
|
|
->(SequenceExpression
|
|
(Assignment
|
|
(Identifier)
|
|
(Float))
|
|
(Assignment
|
|
(Identifier)
|
|
(Float))) }))
|