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