Add dereference parsing #17
@ -106,12 +106,10 @@ func ro hDataInit
|
|||||||
[= z:Int:8 (398 9 2309 983 -2387 478 555 123)]
|
[= z:Int:8 (398 9 2309 983 -2387 478 555 123)]
|
||||||
[= bird:Bird ((99999) 324)]
|
[= bird:Bird ((99999) 324)]
|
||||||
func ro iDereference
|
func ro iDereference
|
||||||
> w:Face
|
|
||||||
> x:{Int}
|
> x:{Int}
|
||||||
> y:{Int ..}
|
> y:{Int ..}
|
||||||
> z:Int:4
|
> z:Int:4
|
||||||
---
|
---
|
||||||
= a:Int {w Int}
|
|
||||||
= b:Int {x}
|
= b:Int {x}
|
||||||
= c:Int {y 4}
|
= c:Int {y 4}
|
||||||
= d:Int {z 3}
|
= d:Int {z 3}
|
||||||
|
@ -134,12 +134,10 @@ func ro hDataInit
|
|||||||
324)
|
324)
|
||||||
|
|
||||||
func ro iDereference
|
func ro iDereference
|
||||||
> w:Face
|
|
||||||
> x:{Int}
|
> x:{Int}
|
||||||
> y:{Int ..}
|
> y:{Int ..}
|
||||||
> z:Int:4
|
> z:Int:4
|
||||||
---
|
---
|
||||||
= a:Int {w Int}
|
|
||||||
= b:Int {x}
|
= b:Int {x}
|
||||||
= c:Int {y 4}
|
= c:Int {y 4}
|
||||||
= d:Int {z 3}
|
= d:Int {z 3}
|
||||||
|
Reference in New Issue
Block a user