in reply to Implementing a toy language in perl?

Look at parrot.


We are using here a powerful strategy of synthesis: wishful thinking. -- The Wizard Book

  • Comment on Re: Implementing a toy language in perl?

Replies are listed 'Best First'.
Re: Re: Implementing a toy language in perl?
by jepri (Parson) on Jun 07, 2002 at 06:18 UTC
    To clarify, there are some scripts that compile simple languages down to parrot bytecode. Get yoruself over to dev.perl.org These scripts are what you want to look at. In particualar, there is a script to implement something called 'babyperl' - a simplistic version of perl.

    ____________________
    Jeremy
    I didn't believe in evil until I dated it.

      Couldn't have said it better myself. (Sorry. Sometimes, I try to be breif, and cut to much. Other times, I don't try to be breif, and say to much.)


      We are using here a powerful strategy of synthesis: wishful thinking. -- The Wizard Book

Re: Re: Implementing a toy language in perl?
by BUU (Prior) on Jun 07, 2002 at 06:22 UTC
    Er, parrot is a toy language?
      Nope, but Parrot's pretty easy to implement toy languages on top of. Real languages too, of course.
        I should hope so. :-)