Skip to content

Commit 1396259

Browse files
committed
Move finite state parser to design pattern directory
1 parent 711050e commit 1396259

20 files changed

+2
-2
lines changed

source-code/design-patters/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Code to illustrate some design patterns in Python.
88
can be used to change the behaviour of objects.
99
1. `factory_design_pattern.ipynb`: notebook illustrating how a factory class
1010
can be used to conveniently construct many objects with the same properties.
11+
* `finite-state-parser`: illustration of object-oriented data
12+
representation and the state pattern.
File renamed without changes.

0 commit comments

Comments
 (0)