On Mon, Feb 23, 2009 at 3:20 PM, Goutham D L <dl.goutham@...> wrote:
> Hi,
> Can anyone suggest some good tutorials for parsing in scheme?
>
> Goutham
Another nice idea is to look up a tutorial on recursive descent
parsers and translate the code to scheme
martin