add a interpreter pattern item

This commit is contained in:
Edward 2020-05-04 23:02:04 +08:00
parent 7a5a5685e8
commit 014acabf02

View file

@ -56,7 +56,7 @@ A curated collection of idiomatic design & application patterns for Go language.
| [Strategy](/behavioral/strategy.md) | Enables an algorithm's behavior to be selected at runtime | ✔ |
| [Template](/behavioral/template/main.go) | Defines a skeleton class which defers some methods to subclasses | ✔ |
| [Visitor](/behavioral/visitor/main.go) | Separates an algorithm from an object on which it operates | ✔ |
| [Visitor](/behavioral/interpreter/interpreter.md) | interpret your own language or composed commands | ✘ |
## Synchronization Patterns
| Pattern | Description | Status |