llcppg/ast:builtin type

This commit is contained in:
luoliwoshang
2024-08-09 10:13:59 +08:00
parent 876aea39e5
commit 06e294fb3e

View File

@@ -63,11 +63,18 @@ func (*BasicLit) exprNode() {}
type TypeKind uint
const (
Int TypeKind = iota
Char
Float
Complex
Void TypeKind = iota
Bool
Char
Char16
Char32
WChar
Int
Int128
Float
Float16
Float128
Complex
)
type TypeFlag uint