Skip to content

Commit e23716b

Browse files
committed
add interpreter pattern
1 parent d6d493b commit e23716b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
## [Behavioral](behavioral)
88

99
* [Chain of responsiblity](behavioral/chain) [:notebook:](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
10-
* [Strategy](behavioral/strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
1110
* [Command](behavioral/command) [:notebook:](https://en.wikipedia.org/wiki/Command_pattern)
12-
* [Template](behavioral/template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
11+
* [Interpreter](behavioral/interpreter) [:notebook:](https://en.wikipedia.org/wiki/Interpreter_pattern)
1312
* [Memento](behavioral/memento) [:notebook:](https://en.wikipedia.org/wiki/Memento_pattern)
13+
* [Strategy](behavioral/strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
14+
* [Template](behavioral/template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
1415

1516
## [Creational](creational)
1617

behavioral/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ We are going to deal with behaviors instead of define structures or encapsulate
44

55
## Behavioral
66

7-
* [Strategy](strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
8-
* [Chain of Responsibility](chain) [:notebook:](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
7+
* [Chain of responsiblity](chain) [:notebook:](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
98
* [Command](command) [:notebook:](https://en.wikipedia.org/wiki/Command_pattern)
10-
* [Template](template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
9+
* [Interpreter](interpreter) [:notebook:](https://en.wikipedia.org/wiki/Interpreter_pattern)
1110
* [Memento](memento) [:notebook:](https://en.wikipedia.org/wiki/Memento_pattern)
11+
* [Strategy](strategy) [:notebook:](https://en.wikipedia.org/wiki/Strategy_pattern)
12+
* [Template](template) [:notebook:](https://en.wikipedia.org/wiki/Template_pattern)
13+

0 commit comments

Comments
 (0)