pub type RubyAst = ProgramNode;Expand description
Ruby AST 根节点
Aliased Type§
pub struct RubyAst {
pub statements: Vec<StatementNode>,
}Fields§
§statements: Vec<StatementNode>pub type RubyAst = ProgramNode;Ruby AST 根节点
pub struct RubyAst {
pub statements: Vec<StatementNode>,
}statements: Vec<StatementNode>