We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7119e3 commit deb4266Copy full SHA for deb4266
README.md
@@ -4,8 +4,7 @@ Javascript Interpreter Example Code
4
5
This is an implementation of an language in pure javascript purpose of this repository is to demonstrate how such an interpreter can be built.
6
7
-# Chapter 2
+## Implementing an interpreter
8
9
-## Implementing a parser
10
-
11
-After we created a lexer and got the tokens from our code. We are ready to implement a full parser for our tokens.
+When we are finished with lexing and parsing, we get a set of statements we are ready to interpret.
+This part is about implementing an interpreter.
0 commit comments