Swift: Support TypeValueExpr and IntegerType

This commit is contained in:
Jeroen Ketema
2025-05-01 15:49:56 +02:00
parent 97d2ed8b3b
commit c74fca929a
32 changed files with 373 additions and 13 deletions

View File

@@ -1469,3 +1469,9 @@ class UnsafeCastExpr(ImplicitConversionExpr):
"""
A conversion that performs an unsafe bitcast.
"""
class TypeValueExpr(Expr):
type_repr: TypeRepr | child
class IntegerType(Type):
value: string