Re: [Tutor] indented grammar parsing

2009-01-15 Thread Kent Johnson
On Sun, Jan 11, 2009 at 1:11 PM, spir wrote: > Hello, > > this is a rather specific question about parsing an indented grammar. > I have a working implementation (presented below) that may be worth a critic > review -- if you like > it. > > First issue is: is there a way to express an indented fo

[Tutor] indented grammar parsing

2009-01-11 Thread spir
Hello, this is a rather specific question about parsing an indented grammar. I have a working implementation (presented below) that may be worth a critic review -- if you like it. First issue is: is there a way to express an indented formatfing using a common grammar language such as BNF (or re