diff options
-rw-r--r-- | README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/README.txt b/README.txt index 41bca026c9..7763f0ba07 100644 --- a/README.txt +++ b/README.txt @@ -170,11 +170,10 @@ Traditional Preprocessor: Parser: * C90/K&R modes are only partially implemented. * __extension__ is currently just skipped and ignored. - * "initializers", GCC inline asm. Semantic Analysis: - * Perhaps 75% done. + * Perhaps 85% done. LLVM Code Gen: - * Still very early. + * Most of the easy stuff is done, probably 64.9% done so far. |