The documentation of PLY promises 'copious amounts of debugging during
parsing' with yacc.parse(debug=1) in the section '5.12 Yacc implementation
notes'.
debug=1 however only prints an additional line when an error is found.
To get the desired output, one should enter a number > 1 (ie
'yacc.parse(debug=2)'.
This probably holds also when re-directing output to file (the next item).
Original issue reported on code.google.com by a.t.hofk...@tue.nl on 22 Jan 2008 at 12:22
Original issue reported on code.google.com by
a.t.hofk...@tue.nl
on 22 Jan 2008 at 12:22