We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83609c0 commit ba161c5Copy full SHA for ba161c5
README.md
@@ -1,11 +1,12 @@
1
-# shecc : self-hosting and educational C compiler
+# shecc : self-hosting and educational C optimizing compiler
2
3
<p align="center"><img src="https://user-images.githubusercontent.com/18013815/91671374-b2f0db00-eb58-11ea-8d55-858e9fb160c0.png" alt="logo image" width=40%></p>
4
5
## Introduction
6
7
-`shecc` is built from scratch, targeted at 32-bit Arm and RISC-V architecture, as
8
-a self-compiling compiler for a subset of the C language.
+`shecc` is built from scratch, targeting both 32-bit Arm and RISC-V architectures,
+as a self-compiling compiler for a subset of the C language.
9
+Despite its simplistic nature, it is capable of performing basic optimization strategies as a standalone optimizing compiler.
10
11
### Features
12
0 commit comments