parse_ast

Function parse_ast 

Source
pub fn parse_ast(input: &str) -> IResult<&str, Ast<'_>>
Expand description

Parses an entire Smithy 2.0 IDL format file and returns the abstract syntax tree for it.