From 5541c597cb68f76d1fc53e01b931eb870856843c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 3 Sep 2025 19:21:32 +0900 Subject: feat: partially support floating point number types (parsing only) --- src/ast.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 05c20e2..00b0171 100644 --- a/src/ast.h +++ b/src/ast.h @@ -29,6 +29,9 @@ typedef enum { TypeKind_ulong, TypeKind_llong, TypeKind_ullong, + TypeKind_float, + TypeKind_double, + TypeKind_ldouble, TypeKind_struct, TypeKind_union, TypeKind_enum, -- cgit v1.2.3-70-g09d2