[Python-Dev] Python keywords (was Lockstep iteration (original) (raw)

James C. Ahlstrom jim@interet.com
Mon, 14 Aug 2000 11:25:59 -0400


Bill Tutt wrote:

This is an alternative approach that we should certainly consider. We could use ANTLR (www.antlr.org) as our parser generator, and have it generate Java

What about using Bison/Yacc? I have been playing with a lint tool for Python, and have been using it.

JimA