mirror of
https://github.com/github/semantic.git
synced 2025-01-07 07:58:12 +03:00
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
(Program
|
|
(Statement
|
|
(ExpressionStatement
|
|
(Expression
|
|
(CallExpression
|
|
(Expression
|
|
(Identifier "someFunction"))
|
|
(Arguments
|
|
(Expression
|
|
(Identifier "arg1"))
|
|
(Expression
|
|
(String))))))))
|