diff --git a/README.md b/README.md index 461b165..534184d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ that most programmers have never encountered. | Kyril Dziamura | wontem | file backup | backup | | Norbert Hajagos | HajagosNorbert | file transfer | ftp | | Norbert Hajagos | HajagosNorbert | discrete event simulation | des | +| Stuart Hinson | stuarth | pattern matching | match | | Fabian Schmalzried | FabHof | binary data packing | binary | | Isaac Van Doren | isaacvando | HTML templates | template | | Jasper Woudenberg | jwoudenberg | continuous integration | ci | diff --git a/match/index.md b/match/index.md new file mode 100644 index 0000000..21ce3ac --- /dev/null +++ b/match/index.md @@ -0,0 +1,8 @@ +# Pattern Matching + +- Matching a simplified subset of regex grammar + - Short background + - Initial limited implementation + - Recursion discussion? + - TDD? + - Layering on additional capabilities + making code extensible as we do