develooper Front page | perl.perl6.internals.api.parser | Postings from December 2000

input to the parser (was Re: Now, to try again...)

Thread Previous | Thread Next
From:
Bradley M. Kuhn
Date:
December 17, 2000 09:43
Subject:
input to the parser (was Re: Now, to try again...)
Message ID:
20001217124301.S32529@ebb.org
Nicholas Clark <nick@ccl4.org> wrote:

> Everyone is quiet.

Give us a chance.  ;)

> I'm assuming we're all sort of thinking that input is certainly
> (I will have failed to mention some things)
> * human readable programming language source (perl5, perl6, whatever else)
> * bytecode (which could be done as in perl5.6 with something like
>     use Byteloader;......)

I am unclear why the parser would take bytecode as input.  Wouldn't that be
direct input for the virtual machine?
 
> and the above can come from
>  * memory (C's zero terminated strings, blocks with lengths, other things
>    native to other languages
>  * files (by filename, file/socket handle, C FILE*, C++ istream, IO
>    system appropriate to the language you're embedding in)

That seems like only sources I can think of....

-- 
Bradley M. Kuhn  -  http://www.ebb.org/bkuhn

Thread Previous | Thread Next


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