Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Parrot compilers
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tanton Gibbs  
View profile  
 More options Jan 18 2003, 2:48 am
Newsgroups: perl.perl6.internals
From: thgi...@deltafarms.com (Tanton Gibbs)
Date: Sat, 18 Jan 2003 01:10:29 -0500
Local: Sat, Jan 18 2003 1:10 am
Subject: Re: Parrot compilers
Yes, languages should now use IMCC as their target.  Basically, they
generate IMCC instructions without regards for optimization and such so that
only a lexer/parser is needed.  Take a look at the bf and ook languages for
an example.  I think perl6 is also heading there.

Tanton

----- Original Message -----
From: "Cory Spencer" <cspen...@sprocket.org>
To: <perl6-intern...@perl.org>
Sent: Friday, January 17, 2003 9:10 PM
Subject: Parrot compilers

> Hey folks -

> In my wanders through the parrot/languages subdirectories, it appears that
> most example languages implement a complete compiler (ie lexxer -> parser
> -> optimizer -> code emitter), which seems to be somewhat of a
> duplication of labour.  Has or is anyone worked on a framework a la gcc
> which would only require that new languages have a lexxer/parser written
> that coerced data into a standardized AST which could be passed off to
other
> compilation stages?  (Similarly, other end targets (such as Java bytecode
> or native code would only require the implementation of a new code
> emission module.)

> -c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.