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/type/main.arf

36 lines
545 B
Plaintext
Raw Normal View History

2022-08-18 20:56:42 +00:00
:arf
---
2022-09-17 02:45:08 +00:00
type ro aBasic:Obj:(
.ro that:Int
.ro this:Int)
type ro bBitFields:Obj:(
.ro that:Int & 1
.ro this:Int:<298> & 24)
type ro cInit:Obj:(
.ro that:String:<"hello world">
.ro this:Int:<23>)
type ro dInitInherit:aBasic:(
.that:<9384>
.this:<389>)
2022-09-17 02:48:24 +00:00
type ro eInitAndDefine:aBasic:(
2022-09-17 02:45:08 +00:00
.this:<389>
.ro these:aBasic:(
.ro born:Int:<4>
.ro in:Int
.ro the:Int:3:<9348 92384 92834>
.this:<98>)
.that:<9384>)
2022-09-11 19:35:07 +00:00
type ro fBasic:Int
2022-09-17 02:45:08 +00:00
type ro gBasicInit:Int:<6>
2022-09-11 19:35:07 +00:00
type ro hIntArray:{Int ..}
2022-09-17 02:45:08 +00:00
type ro iIntArrayInit:Int:3:
<3298 923 92>