Re: Of AST and YAL

2003-09-11 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> 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 have put version yal-0.02 on my webpage. You can get it

Re: Of AST and YAL

2003-09-08 Thread James Michael DuPont
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > James Michael DuPont wrote: > > > > The redland rdf api provides a good C api into rdf. > > > > The advantages of using rdf instead of a homegrown format are the > > amount of tools available, you then have filters, and visualization > > tools imm

Re: Of AST and YAL

2003-09-08 Thread Leopold Toetsch
James Michael DuPont wrote: The redland rdf api provides a good C api into rdf. The advantages of using rdf instead of a homegrown format are the amount of tools available, you then have filters, and visualization tools immediatly available. First I have to admit: I don't like XML. Second I don'

Re: Of AST and YAL

2003-09-08 Thread James Michael DuPont
--- Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Michal Wallace <[EMAIL PROTECTED]> wrote: > > (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 lisp

Re: Of AST and YAL

2003-09-08 Thread Leopold Toetsch
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 i

Re: Of AST and YAL

2003-09-07 Thread Michal Wallace
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