mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
45 lines
851 B
Plaintext
45 lines
851 B
Plaintext
(Program
|
|
(Package
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(Identifier)
|
|
([])
|
|
(
|
|
(Match
|
|
([])
|
|
(Pattern
|
|
(Identifier)
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))))
|
|
(Match
|
|
(
|
|
(Identifier))
|
|
(
|
|
(Pattern
|
|
(
|
|
(Integer)
|
|
(Integer))
|
|
(
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))
|
|
(Pattern
|
|
(Identifier)
|
|
(Empty))))
|
|
(DefaultPattern
|
|
(
|
|
(Call
|
|
(Identifier)
|
|
([])
|
|
(Empty))
|
|
(Break
|
|
(Empty)))))))))
|