more cleanup still

This commit is contained in:
Scott Richmond 2024-05-18 17:05:47 -04:00
parent 88aaf864ab
commit 014da297d0

View File

@ -7,8 +7,8 @@ Tracking here, before I start writing this code, the kinds of validation we're h
* [ ] validate `with` forms * [ ] validate `with` forms
* [ ] first-level property access with pkg, e.g. `Foo :bar`--bar must be on Foo * [ ] first-level property access with pkg, e.g. `Foo :bar`--bar must be on Foo
- [ ] accept pkg-kws - [ ] accept pkg-kws
* [x] compile string-patterns
* [ ] validate dict patterns * [ ] validate dict patterns
* [x] compile string-patterns
* [x] `loop` form arity checking * [x] `loop` form arity checking
* [x] arity checking of explicit named function calls * [x] arity checking of explicit named function calls
* [x] flag tail calls * [x] flag tail calls