We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0995477 + a4a9cd0 commit abaf978Copy full SHA for abaf978
README.md
@@ -1,4 +1,4 @@
1
-C interpreter that interpretes itself.
+C interpreter that interprets itself.
2
3
# How to Run the Code
4
@@ -19,7 +19,7 @@ gcc -o xc xc.c (you may need the -m32 option on 64bit machines)
19
This project is inspired by [c4](https://github.com/rswier/c4) and is largely
20
based on it.
21
22
-However, I rewrited them all to make it more understable and help myself to
+However, I rewrote them all to make it more understandable and help myself to
23
understand it.
24
25
Despite the complexity we saw in books about compiler design, writing one is
0 commit comments