#codetool — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codetool, aggregated by home.social.
-
#Coccinelle for #Rust
https://rust-for-linux.com/coccinelle-for-rust
"Coccinelle is a tool for automatic program matching and transformation that was originally developed for making large scale changes to the Linux kernel source #code (ie, C code)."
#GritQL - GritQL is a #query language for searching, #linting, and modifying code.
#ASTGrep - A #CLI tool for code structural search, lint and rewriting. Written in #RustLang :ferris:
-
Another crucial aspect in this matter of #AI rewriting your code:
You should make your tools reusable, so that others can benefit from it as well. This is not possible with #LLMs. Sure you can share the prompt, but the output is all wishy-washy.Use a proper tool for this kind of task, e.g. ast-grep - ⚡ A fast and polyglot tool for code searching, linting, rewriting at large scale. Written in #Rust: