mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
{+(Program
|
|
(ExpressionStatements
|
|
(Assignment
|
|
(Identifier)
|
|
(Object
|
|
(Pair
|
|
(Identifier)
|
|
(CommaOperator
|
|
(NumberLiteral)
|
|
(MathOperator
|
|
(NumberLiteral)
|
|
(Other "+")
|
|
(NumberLiteral))
|
|
(NumberLiteral)))))))+}
|