mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 03:36:42 +01:00
wip: dsl refactor
This commit is contained in:
parent
a1190a24a1
commit
f626860924
5 changed files with 285 additions and 236 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue