Re: [PATCH] LALR Parser Documentation Fix

2010-10-27 Thread Ludovic Courtès
Hi, Noah Lavine noah.b.lav...@gmail.com writes: The documentation for the LALR parser currently says that the tokenizer procedure passed to the parser should be a unary procedure taking a port, but the documentation at http://code.google.com/p/lalr-scm/wiki/ParserDefinition says it should

[PATCH] LALR Parser Documentation Fix

2010-10-26 Thread Noah Lavine
The documentation for the LALR parser currently says that the tokenizer procedure passed to the parser should be a unary procedure taking a port, but the documentation at http://code.google.com/p/lalr-scm/wiki/ParserDefinition says it should be a thunk. The following patch fixes this: Noah diff