This example program from the kroc project implements the Mandelbrot set computation: https://github.com/concurrency/kroc/blob/master/demos/ttygames/mandelbrot.occ
Currently it throws various parse errors when the transpiler processes it.
It would be useful to know which unimplemented language features are blocking clean processing of this example.