Rewrote test cases with new syntax

This commit is contained in:
2022-09-11 10:52:53 -04:00
parent 3635eef15a
commit 362b904900
5 changed files with 64 additions and 58 deletions

View File

@@ -1,25 +1,27 @@
:arf
---
objt ro Basic:Obj
ro that:Basic
ro this:Basic
type ro aBasic:Obj
ro that:Int
ro this:Int
objt ro BitFields:Obj
type ro bBitFields:Obj
ro that:Int & 1
ro this:Int & 24 298
objt ro Init:Obj
type ro cInit:Obj
ro that:String "hello world"
ro this:Int 23
objt ro ComplexInit:Obj
ro whatever:Int:3
230984
849 394580
ro complex0:Bird
.that 98
.this 2
ro complex1:Bird
.that 98902
.this 235
ro basic:Int 87
type ro dInitInherit:aBasic
-- that 9384
-- this 389
type ro cInitAndDefine:aBasic
-- this 389
ro these:aBasic
ro born:Int 4
ro in:Int
ro the:Int:3
9348 92384 92834
-- this 98
-- that 9384