[Python-Dev] Python syntax checker ?

Barry A. Warsaw bwarsaw@beopen.com
Tue, 26 Sep 2000 10:43:24 -0400 (EDT)


>>>>> "JCA" == James C Ahlstrom <jim@interet.com> writes:

    JCA> To recover from errors better by using YACC's built-in error
    JCA> recovery features.  Maybe unifying the C and Java parsers.  I
    JCA> admit I don't know how J-Python parses Python.

It uses JavaCC.

http://www.metamata.com/javacc/

-Barry