ref: a430bc1e5dea1900b557cef21ce984204e8a08bd
parent: cb8b536d8b84402c372f610efed3e1a6e852f65d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jul 31 07:52:17 EDT 2015
Fix README to show intentions
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
Derivations from standard C
===========================
-This compiler is near to being fully compatible with the C99 standard, but
-there are some differences:
+This compiler is aimed to be being fully compatible with the C99 standard, but
+it will have some differences:
- Type qualifiers are accepted but ignored.
-----------------------------------------