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.
1 parent aad5dd1 commit 810ff3fCopy full SHA for 810ff3f
tutorial/en/1-Skeleton.md
@@ -1,7 +1,7 @@
1
In this chapter we will have an overview of the compiler's structure.
2
3
Before we start, I'd like to restress that it is **interperter** that we want
4
-to build. That means we can run a C source file just lik a script. It is
+to build. That means we can run a C source file just like a script. It is
5
chosen mainly for two reasons:
6
7
1. Interpreter differs from Compiler only in code generation phase, thus we'll
0 commit comments