Rework token segmentation

This commit is contained in:
Juno Takano 2025-12-23 21:40:57 -03:00
commit 8b782d6d20
16 changed files with 497 additions and 385 deletions

View file

@ -9,6 +9,7 @@ pub mod header;
pub mod preformat;
pub mod code;
#[derive(Debug)]
pub enum Token {
Anchor(anchor::Anchor),
Code(code::Code),