wip: dsl refactor

This commit is contained in:
🪞👃🪞 2025-08-15 21:03:49 +03:00
parent a1190a24a1
commit f626860924
5 changed files with 285 additions and 236 deletions

View file

@ -128,9 +128,3 @@ impl<C> Binding<C> {
}
}
}
fn unquote (x: &str) -> &str {
let mut chars = x.chars();
chars.next();
//chars.next_back();
chars.as_str()
}