Looking at the current pkg/parsesql, exploring the nodes using treeRepr, kind and repr is so relaxing and that's because it feels so close to the way Nim macros look like. Great stuff, @ringabout! Thanks for this package.
And this is my way to say that I am loving the parsesql package and also to let you know that I have some pull requests waiting for review 😂.
I'm using parsesql in Ozark, a magical ORM library to parse/validate the SQL queries at compile time, and works great!