diff --git a/src/src_tree.rs b/src/src_tree.rs index 3c9770f..f27845f 100644 --- a/src/src_tree.rs +++ b/src/src_tree.rs @@ -360,6 +360,12 @@ impl SrcTree { // functions "map", "rational", + // bool + "not", + "and", + "or", + "xor", + "=>", // i64 "+", "-", @@ -375,6 +381,11 @@ impl SrcTree { ">", "<=", ">=", + "bool-=", + "bool-<", + "bool->", + "bool-<=", + "bool->=", "min", "max", "log2",