mirror of
https://github.com/github/semantic.git
synced 2024-12-21 05:41:54 +03:00
21 lines
369 B
Plaintext
21 lines
369 B
Plaintext
(Program
|
|
(Object
|
|
(Pair
|
|
{ (SymbolLiteral)
|
|
->(Identifier) }
|
|
{ (StringLiteral)
|
|
->(StringLiteral) })
|
|
(Pair
|
|
{ (SymbolLiteral)
|
|
->(Identifier) }
|
|
{ (IntegerLiteral)
|
|
->(IntegerLiteral) })
|
|
(Pair
|
|
{ (StringLiteral)
|
|
->(Identifier) }
|
|
{ (Boolean)
|
|
->(Boolean) })
|
|
{-(Pair
|
|
(SymbolLiteral)
|
|
(IntegerLiteral))-}))
|