Module rowan_to_ast

Module rowan_to_ast 

Source
Expand description

Convert a rowan lossless CST into the existing AST types.

The entry point is convert, which takes the root SyntaxNode produced by crate::parser::parse and the original source text, and returns a Config.

Functionsยง

convert
Convert a rowan CST root node into the existing AST Config.