pub enum NodeKind {
}Variants§
Nil
Symbol(String)
Keyword(String)
Str(String)
Int(i64)
Float(f64)
Bool(bool)
List(Vec<Node>)
Map(Vec<Node>)
{ :k v … } — the brace dialect. REAL SYNTAX per
theory/TATARA-LISP-CONSOLIDATION.md D4; 62 live caixa.lisp
manifests author nested maps and are consumed today.
Vector(Vec<Node>)
[ a b … ] — the vector dialect, D4’s sibling.
Quote(Box<Node>)
Quasiquote(Box<Node>)
Unquote(Box<Node>)
UnquoteSplice(Box<Node>)
Trait Implementations§
impl StructuralPartialEq for NodeKind
Auto Trait Implementations§
impl Freeze for NodeKind
impl RefUnwindSafe for NodeKind
impl Send for NodeKind
impl Sync for NodeKind
impl Unpin for NodeKind
impl UnsafeUnpin for NodeKind
impl UnwindSafe for NodeKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more