1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/test/fixtures/go/unary-expressions.parseA.txt
2017-11-14 14:25:20 -08:00

19 lines
279 B
Plaintext

(Program
(Module
(Identifier))
(Function
(Empty)
(Identifier)
([])
(
(Not
(Receive
(Empty)
(Identifier)))
(Pointer
(Call
(Identifier)
(Empty)))
(Complement
(Identifier)))))