Simplematch – Minimal, super readable string pattern matching for Python (github.com) 5 points by tfeldmann 5y ago ↗ HN
[–] tfeldmann 5y ago ↗ 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!
1 comment
[ 4.1 ms ] story [ 10.8 ms ] threadIt transpiles to regular expressions under the hood. You can register your own types, but that is not documented yet.
Hope you like it!