[REBOL] Re: parse and abstract syntax trees
From: robert:muench:robertmuench at: 12-May-2003 22:00
> -----Original Message-----
> From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]
> On Behalf Of Andreas Bolka
> Sent: Monday, May 12, 2003 1:05 AM
> To: [rebol-list--rebol--com]
> Subject: [REBOL] parse and abstract syntax trees
> Has anybody ever tried to obtain the abstract syntax tree
> (AST) of a successful 'parse?
Hi, I'm not sure if parse builds an AST at all. To me the whole parse
thing always looks more like a finite-state-machine. Maybe Ladislav can
enlight us here ;-)) Robert