early-access version 2711

This commit is contained in:
pineappleEA
2022-04-29 07:46:31 +02:00
parent 7970248ccc
commit 0fb3af99e2
40 changed files with 110 additions and 362 deletions

View File

@@ -125,6 +125,12 @@ public:
/// Returns type integer.
Id TypeInt(int width, bool is_signed);
/// Returns type signed integer.
Id TypeSInt(int width);
/// Returns type unsigned integer.
Id TypeUInt(int width);
/// Returns type float.
Id TypeFloat(int width);