1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00
semantic/test/fixtures/ruby/hash.diffA-B.txt
2017-02-27 11:27:33 -08:00

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))-}))