llzk 0.4.0

Rust bindings to the LLZK C API.
1
2
3
4
5
6
module attributes { llzk.lang } {
  function.def @recursive() -> !felt.type {
    %0 = function.call @recursive() : () -> !felt.type
    function.return %0 : !felt.type
  }
}