Michal Wallace <[EMAIL PROTECTED]> wrote: > On Sun, 7 Sep 2003, Leopold Toetsch wrote:
>> I'm currently investigating the AST (abstract syntax tree) interface >> for Parrot. For getting a feeling, how this could look like, I've >> implemented (some parts) of Yet Another Language (YAL). > I like it. What is this written in? C or Perl or what? > If it's in perl (or python of course) I'd like to merge > in all the pirate code generation stuff. Its C only, sorry. > (My plan for this week was to do something very similar, > and try to get a simple lisplike language to integrate > with python) I'm thinking of a AST text interface for imcc/parrot too. The lispish AST-dump produced by YAL is handy for debugging and testing, and it can be parsed easily to reconstruct the AST again. > Sincerely, > > Michal J Wallace leo