chanwit / kgc

Korat Golang Compiler
12 stars 0 forks source link

Implement assert a == b #1

Closed chanwit closed 6 years ago

chanwit commented 13 years ago

Implement assert to simplify unit testing.

assert true

assert false // this should panic