mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
35 lines
587 B
Plaintext
35 lines
587 B
Plaintext
(Program
|
|
(Object
|
|
(Pair
|
|
{ (SymbolLiteral)
|
|
->(Identifier) }
|
|
{ (StringLiteral)
|
|
->(StringLiteral) })
|
|
(Pair
|
|
{ (SymbolLiteral)
|
|
->(Identifier) }
|
|
{ (IntegerLiteral)
|
|
->(IntegerLiteral) })
|
|
(Pair
|
|
{ (StringLiteral)
|
|
->(Identifier) }
|
|
{ (Boolean)
|
|
->(Boolean) })
|
|
{-(Pair
|
|
(SymbolLiteral)
|
|
(IntegerLiteral))-})
|
|
{-(Object)-}
|
|
{-(Object
|
|
(Comment)
|
|
(Pair
|
|
(Identifier)
|
|
(IntegerLiteral))
|
|
(Comment)
|
|
(Comment)
|
|
(Pair
|
|
(StringLiteral)
|
|
(IntegerLiteral))
|
|
(Comment))-}
|
|
{-(Object
|
|
(Comment))-})
|