diff options
author | David Beazley <dave@dabeaz.com> | 2009-02-03 20:23:51 +0000 |
---|---|---|
committer | David Beazley <dave@dabeaz.com> | 2009-02-03 20:23:51 +0000 |
commit | 93803cb38e3959f211b2198c9d2333eeb532a3fd (patch) | |
tree | dc3644b7ec3eb31c3f33a4e149beb5f83717a753 | |
parent | c8f677c855620572bf9f1a84ae5227bac67992cd (diff) | |
download | ply-93803cb38e3959f211b2198c9d2333eeb532a3fd.tar.gz |
*** empty log message ***
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Version 3.0 ----------------------------- +02/03/09: beazley + Fixed missing lexer attribute on certain tokens when + invoking the parser p_error() function. Reported by + Bart Whiteley. + 02/02/09: beazley The lex() command now does all error-reporting and diagonistics using the logging module interface. Pass in a Logger object |