ast: add wrapper structs (AssignStmt/ReturnStmt/IfStmt, BinaryExpr/CallExpr) with TryFrom/From for non-breaking gradual refactors
This commit is contained in:
@ -11,6 +11,8 @@ use std::fmt;
|
||||
mod span;
|
||||
pub use span::Span;
|
||||
mod utils;
|
||||
mod nodes;
|
||||
pub use nodes::*;
|
||||
|
||||
// Span は src/ast/span.rs へ分離(re-export で後方互換維持)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user