Extract block and inline content parsing to their own modules
This commit is contained in:
parent
a997f538c3
commit
b54def15e0
5 changed files with 148 additions and 83 deletions
|
|
@ -7,7 +7,7 @@ use crate::syntax::content::{
|
|||
},
|
||||
};
|
||||
|
||||
pub fn puncture(
|
||||
pub fn parse(
|
||||
lexeme: &Lexeme,
|
||||
state: &mut State,
|
||||
tokens: &mut Vec<Token>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue