Function air_script::parse
source · pub fn parse(source: &str) -> Result<Source, ParseError<usize, Token, Error>>
Expand description
AirScript parse method to generate an AST from AirScript source files Parses the provided source and returns the AST.