TritonVM / tasm-lang

Writing tasm with Rust syntax
15 stars 2 forks source link

Missing arithmetic support #19

Open Sword-Smith opened 1 year ago

Sword-Smith commented 1 year ago

Edit: Remainders for finite field elements are not mathematically defined. So they should not be implemented. The type checker should catch that.

einar-triton commented 1 year ago

I will look at Rem.

Sword-Smith commented 1 year ago

I will look at Mul first