On Oct 2, 2005, at 1:40 AM, Will Coleda wrote:

I've attached the generated PIR output for the sample program, which outputs "10"

set a 0
while {$a < 10} {
  incr a
}
puts $a

Ok, technically, it's not the output of a complete PIR program, it's the concatenated output of several chunks. One of the goals, however, will be to generate a standalone PIR program that can be compiled to bytecode.

Regards.

Reply via email to