mirror of
https://github.com/crazybber/awesome-patterns.git
synced 2025-04-04 21:53:34 +03:00
add a interpreter pattern item
This commit is contained in:
parent
7a5a5685e8
commit
014acabf02
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Reference in a new issue