rewrite-clj 2023-06-14

What's the recommended way to check that my current zloc is a let form i.e. how do I check equality against a token: let?

You can use z/sexpr and then compare with let or do z/node and then take the :value of the node, this is a safer approach

1