Add dereference parsing #17

Merged
sashakoshka merged 7 commits from parse-dereferences into main 2022-10-11 17:37:40 +00:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit 746fda6843 - Show all commits

View File

@ -106,12 +106,10 @@ func ro hDataInit
[= z:Int:8 (398 9 2309 983 -2387 478 555 123)]
[= bird:Bird ((99999) 324)]
func ro iDereference
> w:Face
> x:{Int}
> y:{Int ..}
> z:Int:4
---
= a:Int {w Int}
= b:Int {x}
= c:Int {y 4}
= d:Int {z 3}

View File

@ -134,12 +134,10 @@ func ro hDataInit
324)
func ro iDereference
> w:Face
> x:{Int}
> y:{Int ..}
> z:Int:4
---
= a:Int {w Int}
= b:Int {x}
= c:Int {y 4}
= d:Int {z 3}