Formulloi
Formulloi is a formalism for representing mathematical formulas as tree-structured expressions. It is defined as a language-agnostic schema intended for symbolic computation, formula serialization, and formal verification. Expressions in formulloi are built from four categories of nodes: operator nodes, function nodes, variable nodes, and constant nodes. The formalism emphasizes explicit structure and a minimal, extensible set of constructors.
Syntax and data model: A formulloi expression is a rooted, finite tree. Each operator node specifies its
Semantics: Evaluation maps variables to values in a chosen domain (such as real numbers). The evaluation function
Examples: The expression x^2 + 3x + 2 can be represented in formulloi as (add (pow x 2)
Origin and status: Formulloi is a synthetic concept used in theoretical discussions of formula representation. It