summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-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