1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

These now correctly parse as blocks

This commit is contained in:
Timothy Clem 2018-04-10 07:57:28 -07:00
parent 6980e4e3cb
commit 8875a29c55
3 changed files with 15 additions and 12 deletions

View File

@ -1,17 +1,18 @@
(Program
{-(Call
{-(Identifier)-}
{-(Hash)-}
{-(Empty)-})-}
(Call
(Identifier)
(Function
(Empty)
{+(Identifier)+}
{ (Identifier)
{ ([])
->(Plus
{+(Identifier)+}
{+(Integer)+}) }))
{-(Call
{-(Identifier)-}
{-(Function
{-(Empty)-}
{-(Identifier)-})-})-}
{-(Call
{-(Identifier)-}
{-(Function

View File

@ -1,8 +1,4 @@
(Program
{+(Call
{+(Identifier)+}
{+(Hash)+}
{+(Empty)+})+}
(Call
(Identifier)
(Function
@ -11,7 +7,12 @@
{ (Plus
{-(Identifier)-}
{-(Integer)-})
->(Identifier) }))
->([]) }))
{+(Call
{+(Identifier)+}
{+(Function
{+(Empty)+}
{+(Identifier)+})+})+}
{+(Call
{+(Identifier)+}
{+(Function

View File

@ -1,8 +1,9 @@
(Program
(Call
(Identifier)
(Hash)
(Empty))
(Function
(Empty)
([])))
(Call
(Identifier)
(Function