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