Most of stdlib started working 55 tests pass
This commit is contained in:
@@ -160,6 +160,8 @@ obj type (Object) {
|
||||
return string("impossible type, indirection:") + indirection
|
||||
}
|
||||
fun rank(): int {
|
||||
if (indirection > 0)
|
||||
return 5
|
||||
match (base) {
|
||||
base_type::character() return 1
|
||||
base_type::integer() return 2
|
||||
|
||||
Reference in New Issue
Block a user