formula run

This commit is contained in:
Rendo 2025-11-08 22:48:03 +05:00
commit ae8e51c053
4 changed files with 25 additions and 0 deletions

View file

@ -5,6 +5,7 @@ mod functions;
mod handler;
mod node_modifier;
#[derive(Clone)]
pub struct Node {
children: Vec<Node>,
handler: NodeHandler,