Open oflatt opened 8 months ago
It should use the rust bindings in ast.rs. For example this:
(Let (Arg (Base (IntT))) (Add (Const (Int 3) (Base (IntT))) (Const (Int 3) (Base (IntT)))))
Should be printed as this:
tlet(arg(), add(int(3), int(3)))
It should use the rust bindings in ast.rs. For example this:
Should be printed as this: