mirror of https://github.com/rui314/chibicc
Update README.md
This commit is contained in:
parent
90d1f7f199
commit
2ef2974969
|
@ -5,7 +5,7 @@
|
|||
branch. This is a new one uploaded in September 2020.)
|
||||
|
||||
chibicc is yet another small C compiler that implements most C11
|
||||
features. Even though it still probably falls into the "toy compilers"
|
||||
features. Even though it probably falls into the "toy compilers"
|
||||
category just like other small compilers do, chibicc can compile
|
||||
several real-world programs, including [Git](https://git-scm.com/),
|
||||
[SQLite](https://sqlite.org),
|
||||
|
@ -81,7 +81,7 @@ left out.
|
|||
chibicc outputs a simple but nice error message when it finds an error in
|
||||
source code.
|
||||
|
||||
There's no optimization pass. chibicc emits terrible code which is probably
|
||||
There's no optimization pass, chibicc emits terrible code which is probably
|
||||
twice or more slower than GCC's output. I have a plan to add an
|
||||
optimization pass once the frontend is done.
|
||||
|
||||
|
|
Loading…
Reference in New Issue