Skip to content

Commit

Permalink
Merge pull request #33 from stuarth/match-placeholder
Browse files Browse the repository at this point in the history
Pattern matching placeholder
  • Loading branch information
Anton-4 authored Mar 16, 2024
2 parents bb073b4 + ca0a572 commit 76df531
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 8 additions & 0 deletions match/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 76df531

Please sign in to comment.