mirror of
https://github.com/github/semantic.git
synced 2024-12-01 17:59:10 +03:00
21 lines
389 B
Plaintext
21 lines
389 B
Plaintext
(Program
|
|
(Object
|
|
(Pair
|
|
{ (SymbolLiteral) -> (Identifier) }
|
|
{ (StringLiteral) -> (StringLiteral) })
|
|
{+(Pair
|
|
(Identifier)
|
|
(IntegerLiteral))+}
|
|
{+(Pair
|
|
(Identifier)
|
|
(Boolean))+}
|
|
{-(Pair
|
|
(SymbolLiteral)
|
|
(IntegerLiteral))-}
|
|
{-(Pair
|
|
(StringLiteral)
|
|
(Boolean))-}
|
|
{-(Pair
|
|
(SymbolLiteral)
|
|
(IntegerLiteral))-}))
|