Module syntax

Source
Expand description
  • [Syntax Generation Module]
  • [AST-Aware Code Generation]
  • [Template-Based Code Generation]
  • [Syntax Tree Manipulation] This module provides utilities for generating and manipulating Rust code using the quote and syn crates. It enables AST-aware code generation for the autocorrection system.

Structsยง

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