mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
17 lines
286 B
Plaintext
17 lines
286 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Identifier)
|
|
(Args)
|
|
(Defer
|
|
(FunctionCall
|
|
(SubscriptAccess
|
|
(Identifier)
|
|
(Identifier))))
|
|
(Go
|
|
(FunctionCall
|
|
(SubscriptAccess
|
|
(Identifier)
|
|
(Identifier))))))
|