scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit a430bc1e5dea1900b557cef21ce984204e8a08bd
parent cb8b536d8b84402c372f610efed3e1a6e852f65d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 31 Jul 2015 11:52:17 +0200

Fix README to show intentions

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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. -----------------------------------------