ashlang 0.1.3

A language for zero knowledge proofs
Documentation
1
2
3
4
5
6
7
8
let x = 4
let y = 9
let z = 10

# order of operations test

assert_eq(x + y * z, 94)
assert_eq(x + y * z + 1 * 5, 99)