Massive feature drop
- pattern matching seems to be correct - dynamic dispatch works with the to_string example - template strings as a last-minute addition - interpreter revamp, virtual stack for abort safety
This commit is contained in:
@@ -280,7 +280,7 @@ impl Sym {
|
||||
}
|
||||
impl Debug for Sym {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "Sym{self})")
|
||||
write!(f, "Sym({self})")
|
||||
}
|
||||
}
|
||||
impl Display for Sym {
|
||||
|
||||
Reference in New Issue
Block a user