develooper Front page | perl.perl6.internals | Postings from October 2005

Re: Tcl - compiling expressions

Thread Previous
From:
Will Coleda
Date:
October 1, 2005 22:53
Subject:
Re: Tcl - compiling expressions
Message ID:
4900F7E6-06DC-4B21-9C53-2376890E9C7E@coleda.com

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.

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About