mirror of
https://github.com/Noratrieb/crapderive.git
synced 2026-01-15 09:05:06 +01:00
mroe doc
This commit is contained in:
parent
72687d4167
commit
e4f0dee8a9
6 changed files with 48 additions and 33 deletions
|
|
@ -294,7 +294,9 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
// tag::parse[]
|
||||
pub fn parse(src: &str) -> Result<Vec<Stmt>> {
|
||||
// end::parse[]
|
||||
let lexer = lex(src).spanned();
|
||||
let mut parser = Parser {
|
||||
iter: lexer.peekable(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue