Extract block and inline content parsing to their own modules

This commit is contained in:
Juno Takano 2026-01-05 13:38:34 -03:00
commit b54def15e0
5 changed files with 148 additions and 83 deletions

View file

@ -7,7 +7,7 @@ use crate::syntax::content::{
},
};
pub fn puncture(
pub fn parse(
lexeme: &Lexeme,
state: &mut State,
tokens: &mut Vec<Token>,