Closed Lorenzobattistela closed 3 weeks ago
This adds I64 type and fixes Op2 type checking.
I64
Note: need to fix the era inside app parsing so that we can write:
main : I64 = (+ -1 -1)
otherwise it parses the - as era notation
This adds
I64
type and fixes Op2 type checking.Note: need to fix the era inside app parsing so that we can write:
otherwise it parses the - as era notation