Skip to content

Commit faef02b

Browse files
author
Nicolas Hart
committed
track progression
1 parent 470d5e9 commit faef02b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Based on Bob Nystrom's great book [Crafting Interpreters](https://github.com/mun
88

99
⚠️ This project is still in progress.
1010

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+
1120
## Installation
1221

1322
Run the following command after cloning the repository:

0 commit comments

Comments
 (0)