Untested rules for pulling types from other section kinds

This commit is contained in:
2022-10-13 15:08:47 -04:00
parent d5687d7b0e
commit 5463435fae
4 changed files with 89 additions and 19 deletions

View File

@@ -205,8 +205,8 @@ func (analyzer *analysisOperation) resolvePrimitive (
case "U32": section = &PrimitiveU32
case "U64": section = &PrimitiveU64
case "Obj": section = &PrimitiveObj
case "Face": section = &PrimitiveFace
case "Func": section = &PrimitiveFunc
// case "Face": section = &PrimitiveFace
// case "Func": section = &PrimitiveFunc
case "String": section = &BuiltInString
default:
exists = false