mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
44 lines
877 B
Plaintext
44 lines
877 B
Plaintext
(Program
|
|
(Module
|
|
(Identifier))
|
|
(Function
|
|
(Empty)
|
|
(Identifier)
|
|
([])
|
|
{ (Match
|
|
{-(Empty)-}
|
|
{-([])-})
|
|
->(
|
|
{+(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)+})+})+})+})+})+}) }))
|