work on implementing visual mode

This commit is contained in:
2025-05-30 19:06:09 -04:00
parent f8ba49ade3
commit 2ea91555f4
5 changed files with 808 additions and 19 deletions

View File

@@ -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);