4-variable-simplifier/simplifications/new.h
2026-04-25 16:00:10 -04:00

7 lines
150 B
C

struct operators;
struct scope;
struct simplifications* new_simplifications(
const struct operators* operators,
const struct scope* scope);