mylang_
parser
0.1.0
mylang_parser
Function
parse
Copy item path
source
pub fn parse(tokens: impl
Iterator
<Item =
Token
>) ->
Vec
<
ParseResult
<
Stmt
>>