update image paths

This commit is contained in:
Ilkka Seppälä
2021-10-31 20:00:22 +02:00
parent fd915161ee
commit 4d54781f79
99 changed files with 48 additions and 48 deletions

View File

@ -10,7 +10,7 @@ tags:
给定一种语言,请定义其语法的表示形式,以及使用该表示形式来解释该语言中的句子的解释器。
## 类图
![alt text](../../../interpreter/etc/interpreter_1.png "Interpreter")
![alt text](etc/interpreter_1.png "Interpreter")
## 适用性
有一种要解释的语言时,请使用解释器模式,并且可以将语言中的语句表示为抽象语法树。解释器模式在以下情况下效果最佳

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB