work on implementing visual mode
This commit is contained in:
@@ -709,8 +709,6 @@ impl ParseStream {
|
||||
node_tks.extend(node.tokens.clone());
|
||||
body.push(node);
|
||||
}
|
||||
dbg!(&self.tokens);
|
||||
panic!("{body:#?}");
|
||||
self.catch_separator(&mut node_tks);
|
||||
if !self.next_tk_is_some() {
|
||||
self.panic_mode(&mut node_tks);
|
||||
|
||||
Reference in New Issue
Block a user