TritonVM / tasm-lang

Writing tasm with Rust syntax
15 stars 2 forks source link

add a `Result` type #49

Closed jan-ferdinand closed 10 months ago

jan-ferdinand commented 10 months ago

Add a Result type. For a first iteration, it's probably fine to hardcode the Err variant to be a bool.