dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

"Panic! The impossible happened!" error message #101

Closed eirenevp closed 9 years ago

eirenevp commented 9 years ago

fun comp a() { emit 1 }

let comp main = read [int] >>> a(2) >>> write [int]

dimitriv commented 9 years ago

Fixed in dev-codegen branch. @irenevp, please use that branch from now on. I've branched off dev/.