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
 
Dan Sugalski  
View profile  
 More options Jan 20 2003, 1:50 pm
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Mon, 20 Jan 2003 13:17:29 -0500
Local: Mon, Jan 20 2003 1:17 pm
Subject: Re: Parrot compilers
At 7:10 PM -0700 1/17/03, Cory Spencer wrote:

>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.

IMCC, as many people have pointed out, is a step in this chain, as it
means now that you can go:

   lexer->parser->simple code emitter->(parrot+imcc)

rather than

   lexer->parser->code emitter->optimizer->parrot

IMCC doesn't completely remove the need to translate to parrot
assembly, or something reasonably equivalent, but that's the next
step.

The plan, such as it is, is to get the perl 6 regex spec implemented,
and then use it to handle the front end parts, the lexing and
parsing. IMCC will be beefed up to take in ASTs that the lexer/parser
emit, and then it should just be a matter of building the rules.
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
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.