Replacing giant translator structure with lots of small structures
This commit is contained in:
@ -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(¤t)? {
|
||||
current = next;
|
||||
res.push(label.get_context());
|
||||
|
||||
Reference in New Issue
Block a user