Skip to content

Commit 2d1a699

Browse files
authored
Update index.md
1 parent d7d292f commit 2d1a699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Also there is the question of priority:
173173
How do we write down a grammar that contains an infinite number of valid strings? We obviously can’t list them all out. Instead, we create a finite set of rules.
174174
This is from the book "Crafting Interpreters" by Bob Nystrom. He explains that a grammar naturally describes the hierarchical structure of most programming language constructs. For example:
175175

176-
<img src="assets/expression_grammar.png" alt="Expression Grammar" width="800">
176+
<img src="../assets/expression_grammar.png" alt="Expression Grammar" width="800">
177177

178178
## Grammar of our Shell
179179
This is a good starting point for our grammar.

0 commit comments

Comments
 (0)