Started graph builder

This commit is contained in:
Rendo 2025-11-06 06:49:13 +05:00
commit 3491eb28d5
4 changed files with 28 additions and 3 deletions

View file

@ -1,6 +1,7 @@
use crate::formula::node::graph_constructor::GraphBuilder;
use crate::formula::node::graph_builder::GraphBuilder;
mod graph_constructor;
mod graph_builder;
mod graph_modifier;
pub struct Node {
children: Vec<Node>,