Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pattern matching placeholder #33

Merged
merged 2 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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