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 470d5e9 commit faef02bCopy full SHA for faef02b
README.md
@@ -8,6 +8,15 @@ Based on Bob Nystrom's great book [Crafting Interpreters](https://github.com/mun
8
9
⚠️ This project is still in progress.
10
11
+## Progression
12
+
13
+- [x] 4. Scanning
14
+- [x] 5. Representing Code
15
+- [x] 6. Parsing Expressions
16
+- [x] 7. Evaluating Expressions
17
+- [x] 8. Statements and State
18
+- [ ] 9. Control Flow
19
20
## Installation
21
22
Run the following command after cloning the repository:
0 commit comments