From f12d5656c87dfcdafec6c9440adce14e2c18e7a6 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Tue, 20 Jul 2021 11:44:30 +0200 Subject: [PATCH] update pattern matching --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc248f9..2bc8ea6 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,15 @@ Possible additions: - [ ] conditional compilation - [ ] `foreach` - [ ] `evaluate` -- [ ] pattern matching +- [x] pattern matching - [ ] varidict functions and keyword parameters - [ ] modules - [x] dictionaries - [x] interpolation - [ ] overload -- [ ] pattern matching on functions +- [x] pattern matching on functions # Glossary Squire doth contain a multitude of fancy parlance: -- `tome`s are dictionaries. \ No newline at end of file +- `tome`s are dictionaries.