Skip to content

Commit ba161c5

Browse files
committed
Refine the high level descriptions
1 parent 83609c0 commit ba161c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# shecc : self-hosting and educational C compiler
1+
# shecc : self-hosting and educational C optimizing compiler
22

33
<p align="center"><img src="https://user-images.githubusercontent.com/18013815/91671374-b2f0db00-eb58-11ea-8d55-858e9fb160c0.png" alt="logo image" width=40%></p>
44

55
## Introduction
66

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.
7+
`shecc` is built from scratch, targeting both 32-bit Arm and RISC-V architectures,
8+
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.
910

1011
### Features
1112

0 commit comments

Comments
 (0)