Replacing giant translator structure with lots of small structures

This commit is contained in:
elvis
2025-07-02 10:37:29 +02:00
parent 2e16e2b002
commit f3ba949b82
5 changed files with 135 additions and 189 deletions

View File

@ -147,7 +147,6 @@ pub fn run_separated(
let current = current.unwrap();
res.push(current.0.get_context());
let mut current = current.1;
while let Some((label, next)) = one_transition(&current)? {
current = next;
res.push(label.get_context());