Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theSalted committed Jul 1, 2024
1 parent 997f599 commit 813b7d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This project follows the book [Crafting Interpreters](http://www.craftinginterpr
- [x] Cli tool
- [x] Generation from JSON
- [x] AST Printer
- [ ] Pretty Printer
- [x] Essential types
- [x] Basic Tests
- [ ] Comprehensive Tests
Expand All @@ -37,10 +38,10 @@ This project follows the book [Crafting Interpreters](http://www.craftinginterpr
- [x] Statements
- [x] States
- [x] Scoping
- [ ] Control Flows
- [x] Control Flows
- [ ] Break and Continue
- [ ] Functions
- [ ] Classes
- [ ] Interpreter
- [ ] Expression support for REPL mode

## Reference
Expand Down

0 comments on commit 813b7d8

Please sign in to comment.