Function lualite::parser::declaration::function_decl
source · [−]pub fn function_decl(s: &str) -> IResult<&str, FunctionDecl>
Expand description
Parses a function declaration
pub fn function_decl(s: &str) -> IResult<&str, FunctionDecl>
Parses a function declaration