summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-25 15:04:54 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-25 15:04:54 -0700
commitf2dd802a7a375217fa0a578752966465cf2c17bc (patch)
tree66437ed9b234cc6b05f3e4bc1ddf64086c203171
parentfb4749df5809c637c1b9a90bb30d26b097164b30 (diff)
clarify what type info is kept
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
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?
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback