Neatify – A universal scriptable formatter using Tree-sitter/Rust/Rhai
Tree-sitter + Rhai scripts replace opinionated formatters, but beta stability and language coverage remain questions.
Neatify exposes AST-level formatting as live Rhai scripts, so you write real code to shape output instead of tweaking a dozen JSON flags. The Tree-sitter backbone means any language with a grammar can be targeted, and the repo-first flavoring plus LLM-assisted script generation is a smart, practical twist. It's clearly early-stage (defaults modify files in-place and coverage is limited), but the architecture is an interesting alternative to opinionated, black-box formatters.
Polyglot developers, formatter/lint rule authors, and teams who need consistent, customizable formatting across many languages
Tree-sitter + Rhai scripts replace opinionated formatters, but beta stability and language coverage remain questions.
Beats CodeQL on CWE-Bench with optional LLM enhancement mode.
AST-level symbol anchoring beats text-matching for catching stale docs in CI.
Pure Rust CPU-only code search with persistent index beats transformer-heavy alternatives.
Tree-sitter AST compression cuts LLM context tokens 50-70% while preserving API structure.
LLM-assisted IR repair for decompiled and incomplete code across 15 languages.