Rewrote parser test case input files
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
---
|
||||
func ro aBasicExternal
|
||||
> someInput:Int:mut
|
||||
< someOutput:Int:<4>
|
||||
< someOutput:Int 4
|
||||
---
|
||||
external
|
||||
|
||||
func ro bMethod
|
||||
@ bird:{Bird}
|
||||
> someInput:Int:mut
|
||||
< someOutput:Int:<4>
|
||||
< someOutput:Int 4
|
||||
---
|
||||
external
|
||||
|
||||
@@ -126,10 +126,9 @@ func ro hSetPhrase
|
||||
---
|
||||
let x:Int:<3>
|
||||
# loc is a reference, similar to * in C
|
||||
let y:{Int}:<[loc x]>
|
||||
let z:Int:8:
|
||||
<398 9 2309 983 -2387
|
||||
478 555 123>
|
||||
let bird:Bird:(
|
||||
.that:(.whenYou:<99999>)
|
||||
.this:<324>)
|
||||
let y:{Int} [loc x]
|
||||
let z:Int:8 (398 9 2309 983 -2387
|
||||
478 555 123)
|
||||
let bird:Bird (
|
||||
(99999)
|
||||
324)
|
||||
|
||||
Reference in New Issue
Block a user