1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Structure of heredocs changed

This commit is contained in:
Timothy Clem 2019-12-10 12:52:44 -08:00 committed by Rob Rix
parent 484f4278e1
commit 5586c46193
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7
3 changed files with 12 additions and 9 deletions

View File

@ -1,9 +1,10 @@
(Statements
{+(Send
{+(Send
{+(Identifier)+}
{+(TextElement)+}
{+(Context
{+(Statements
{+(TextElement)+})+}
{+(Send
{+(Identifier)+}
{+(TextElement)+})+})+}
{+(Identifier)+})+}
{-(TextElement)-}

View File

@ -3,9 +3,10 @@
{+(Statements
{+(TextElement)+})+}
{-(Send
{-(Send
{-(Identifier)-}
{-(TextElement)-}
{-(Context
{-(Statements
{-(TextElement)-})-}
{-(Send
{-(Identifier)-}
{-(TextElement)-})-})-}
{-(Identifier)-})-})

View File

@ -1,8 +1,9 @@
(Statements
(Send
(Send
(Identifier)
(TextElement)
(Context
(Statements
(TextElement))
(Send
(Identifier)
(TextElement)))
(Identifier)))