Thanks to @modal-labs.bsky.social for hosting, @hd-nvim.bsky.social and Matt Powers for a couple of great talks, and to everyone who joined us!
Excited for the #RustNYC talks Nov. 13!
Herrington Darkholme will present a comprehensive guide to building custom linting tools for #RustLang projects.
Matt Powers will speak about #SedonaDB, a geospatial compute engine that's built on #DataFusion.
Register: www.meetup.com/rust-nyc/eve...
I almost got brain aneurysm thinking that the query syntax of tree-sitter and ast-grep differ.
Fortunately that's not the case, but - contrary to Internet wisdom - query syntax is not compatible between languages (parsers).
Also, ast-grep's Playground is insanely useful:
1/2
HCL support coming to ast-grep! Thanks TheTeaCat's contribution!🚀
github.com/ast-grep/ast...
#ast_grep_trick ast-grep's rule is heavily inspired by CSS selectors. The rule `identifier` node is `inside` the node `call_expression` is something similar to `call_expression > identifier`