Hacker News new | ask | show | jobs
Simplematch – Minimal, super readable string pattern matching for Python (github.com)
5 points by tfeldmann 1885 days ago
1 comments

A small library I made to scratch my own itch. Maybe something like this exists already but I have not found it.

It transpiles to regular expressions under the hood. You can register your own types, but that is not documented yet.

Hope you like it!