Module syntax

Source
Expand description

🎯 AST-Driven Fixes Module - Deep syntax tree analysis with template-based generation

Part of the CROSS-MODULE AUTOMATION ENGINE providing:

  • AST-aware code generation and templates
  • Template-based fix generation with parameter substitution
  • Syntax tree manipulation for context-aware fixes

Structs§

FixTemplate
Template for generating code fixes
SyntaxGenerator
Utility for generating syntax-aware code using the quote crate
TemplateRegistry
Registry for fix templates