Rewrote parser test case input files

This commit is contained in:
2022-09-27 14:17:15 -04:00
parent c4101dcd33
commit 873d6c89b1
6 changed files with 75 additions and 88 deletions

View File

@@ -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)