From f2dd802a7a375217fa0a578752966465cf2c17bc Mon Sep 17 00:00:00 2001 From: Matthew Sotoudeh Date: Tue, 25 Jul 2023 15:04:54 -0700 Subject: clarify what type info is kept --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index ca59161..2ffd02d 100644 --- a/README.txt +++ b/README.txt @@ -36,7 +36,7 @@ Selling points: - Guaranteed space-separated tokens - Extremely restricted grammar, super easy to parse; see docs/LANGUAGE.txt - - Maintains all type information + - Maintains all type information (except qualifiers like const) - Comes with a wrapper to replace GCC in existing build scripts; see docs/DIETCC.txt @@ -48,7 +48,7 @@ Known to be unsupported: - chibicc does not have good support for long double; specifically, long doubles cannot be used in constant expressions. This is fixable, but requires non-trivial modifications to the chibicc side of the code. -- chibicc does not parse const, volatile, etc. type modifiers. it would not be +- chibicc does not parse const, volatile, etc. type qualifiers. it would not be too hard to support this if desired. Why not cilly? -- cgit v1.2.3