Finish adding anonymous labels, unit tests

This commit is contained in:
2025-06-17 23:49:35 -07:00
parent b5c817d64d
commit 0f59dd668a
8 changed files with 166 additions and 4 deletions
+2
View File
@@ -6,6 +6,8 @@ use grammar::Tag;
use crate::{peg::ParseState, world::Stat};
pub type ParsedStat = Vec<Chunk>;
#[derive(Debug)]
pub enum Chunk {
Verbatim(String),
Label {