Small parser and ToString fixes

This commit is contained in:
2022-10-13 00:18:32 -04:00
parent c290b3a3d7
commit ae50fab159
3 changed files with 11 additions and 4 deletions

View File

@@ -7,7 +7,10 @@ type ro aBasicInt:Int 5
type ro bOnBasicInt:aBasicInt
type ro cBasicObject:Obj
ro that:Int
ro that:UInt
ro this:Int
type ro dInheritedFromOther:something.Thing
type ro eInheritObject:cBasicObject
rw that