This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
arf/tests/parser/skim/main.arf

39 lines
517 B
Plaintext

:arf
---
data ro aExternalData:Int
external
data ro bSingleValue:Int 342
data ro cNestedObject:Obj (
(324 "hello world")
(123.8439 9328.21348239)
)
data ro dUninitialized:Int:16:mut
data ro eIntegerArrayInitialized:Int:16:mut
(3948 293 293049 948 912
340 0 2304 0 4785 92)
func ro fComplexFunction
---
= x:Int 3
= y:{Int
} [loc x
]
= z:Int:8 (
398 9 2309 983 -2387
478 555 123)
= bird:Bird ((99999) 324)
func ro gExternalFunction
> x:Int
< arr:Int 5
(34908
39 3498
38 219)
---
external