1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00
semantic/test/fixtures/go/unary-expressions.parseB.txt

23 lines
354 B
Plaintext
Raw Normal View History

2017-02-23 21:06:49 +03:00
(Program
(Module
(Identifier))
(Function
2017-10-25 02:14:46 +03:00
(Empty)
2017-02-23 21:06:49 +03:00
(Identifier)
2017-11-10 04:01:19 +03:00
([])
2017-10-25 02:14:46 +03:00
(
2017-11-20 22:07:21 +03:00
(Identifier)
(Negate
(Identifier))
2017-10-25 02:14:46 +03:00
(Not
2017-11-23 02:34:20 +03:00
(Identifier))
2017-11-04 01:12:25 +03:00
(Pointer
(Call
(Identifier)
2017-11-15 01:25:20 +03:00
(Empty)))
(Complement
2017-11-20 22:07:21 +03:00
(Identifier))
(Reference
(Identifier))
2017-11-23 02:34:20 +03:00
(Identifier))))