moar idears for validation
This commit is contained in:
parent
064b5df2dd
commit
b0cffea71f
|
@ -11,5 +11,7 @@ Tracking here, before I start writing this code, the kinds of validation we're h
|
||||||
* no unbound names with `use` forms
|
* no unbound names with `use` forms
|
||||||
* no circular imports
|
* no circular imports
|
||||||
* 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
|
||||||
|
* recur in tail position in `loop` forms
|
||||||
|
* recur not called outside of `loop` forms
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user