From 014da297d0fa2d9fc5fedab9e241cb1bd3249897 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 18 May 2024 17:05:47 -0400 Subject: [PATCH] more cleanup still --- janet/validate.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janet/validate.janet b/janet/validate.janet index adc2917..2eb225e 100644 --- a/janet/validate.janet +++ b/janet/validate.janet @@ -7,8 +7,8 @@ Tracking here, before I start writing this code, the kinds of validation we're h * [ ] validate `with` forms * [ ] first-level property access with pkg, e.g. `Foo :bar`--bar must be on Foo - [ ] accept pkg-kws -* [x] compile string-patterns * [ ] validate dict patterns +* [x] compile string-patterns * [x] `loop` form arity checking * [x] arity checking of explicit named function calls * [x] flag tail calls