ply: update PLY to version 3.2
authorNathan Binkert <nate@binkert.org>
Sun, 16 Aug 2009 20:39:58 +0000 (13:39 -0700)
committerNathan Binkert <nate@binkert.org>
Sun, 16 Aug 2009 20:39:58 +0000 (13:39 -0700)
commite1270f81bdc81f5a575b34c2d2c294bdde3e6f4f
treeb54af3469a338609faf04e67603c5264e79d59a5
parentbcaf93d182f43bf72d52104bb909324945904120
ply: update PLY to version 3.2
166 files changed:
ext/ply/ANNOUNCE
ext/ply/CHANGES
ext/ply/COPYING [deleted file]
ext/ply/README
ext/ply/TODO
ext/ply/doc/internal.html [new file with mode: 0644]
ext/ply/doc/makedoc.py
ext/ply/doc/ply.html
ext/ply/example/BASIC/basic.py
ext/ply/example/BASIC/basiclex.py
ext/ply/example/BASIC/basiclog.py [new file with mode: 0644]
ext/ply/example/BASIC/basinterp.py
ext/ply/example/BASIC/basparse.py
ext/ply/example/GardenSnake/GardenSnake.py
ext/ply/example/ansic/clex.py
ext/ply/example/ansic/cparse.py
ext/ply/example/calc/calc.py
ext/ply/example/calcdebug/calc.py [new file with mode: 0644]
ext/ply/example/classcalc/calc.py [changed mode: 0644->0755]
ext/ply/example/cleanup.sh [changed mode: 0644->0755]
ext/ply/example/closurecalc/calc.py [new file with mode: 0644]
ext/ply/example/hedit/hedit.py
ext/ply/example/newclasscalc/calc.py [changed mode: 0644->0755]
ext/ply/example/optcalc/README
ext/ply/example/optcalc/calc.py
ext/ply/example/unicalc/calc.py
ext/ply/example/yply/ylex.py
ext/ply/example/yply/yparse.py
ext/ply/example/yply/yply.py [changed mode: 0644->0755]
ext/ply/ply/cpp.py [new file with mode: 0644]
ext/ply/ply/ctokens.py [new file with mode: 0644]
ext/ply/ply/lex.py
ext/ply/ply/yacc.py
ext/ply/setup.py
ext/ply/test/calclex.py
ext/ply/test/cleanup.sh [changed mode: 0644->0755]
ext/ply/test/lex_closure.py [new file with mode: 0644]
ext/ply/test/lex_doc1.exp [deleted file]
ext/ply/test/lex_doc1.py
ext/ply/test/lex_dup1.exp [deleted file]
ext/ply/test/lex_dup1.py
ext/ply/test/lex_dup2.exp [deleted file]
ext/ply/test/lex_dup2.py
ext/ply/test/lex_dup3.exp [deleted file]
ext/ply/test/lex_dup3.py
ext/ply/test/lex_empty.exp [deleted file]
ext/ply/test/lex_empty.py
ext/ply/test/lex_error1.exp [deleted file]
ext/ply/test/lex_error1.py
ext/ply/test/lex_error2.exp [deleted file]
ext/ply/test/lex_error2.py
ext/ply/test/lex_error3.exp [deleted file]
ext/ply/test/lex_error3.py
ext/ply/test/lex_error4.exp [deleted file]
ext/ply/test/lex_error4.py
ext/ply/test/lex_hedit.exp [deleted file]
ext/ply/test/lex_hedit.py
ext/ply/test/lex_ignore.exp [deleted file]
ext/ply/test/lex_ignore.py
ext/ply/test/lex_ignore2.exp [deleted file]
ext/ply/test/lex_ignore2.py
ext/ply/test/lex_literal1.py [new file with mode: 0644]
ext/ply/test/lex_literal2.py [new file with mode: 0644]
ext/ply/test/lex_many_tokens.py [new file with mode: 0644]
ext/ply/test/lex_module.py [new file with mode: 0644]
ext/ply/test/lex_module_import.py [new file with mode: 0644]
ext/ply/test/lex_nowarn.py [deleted file]
ext/ply/test/lex_object.py [new file with mode: 0644]
ext/ply/test/lex_opt_alias.py [new file with mode: 0644]
ext/ply/test/lex_optimize.py [new file with mode: 0644]
ext/ply/test/lex_optimize2.py [new file with mode: 0644]
ext/ply/test/lex_optimize3.py [new file with mode: 0644]
ext/ply/test/lex_re1.exp [deleted file]
ext/ply/test/lex_re1.py
ext/ply/test/lex_re2.exp [deleted file]
ext/ply/test/lex_re2.py
ext/ply/test/lex_re3.exp [deleted file]
ext/ply/test/lex_re3.py
ext/ply/test/lex_rule1.exp [deleted file]
ext/ply/test/lex_rule1.py
ext/ply/test/lex_rule2.py [new file with mode: 0644]
ext/ply/test/lex_rule3.py [new file with mode: 0644]
ext/ply/test/lex_state1.exp [deleted file]
ext/ply/test/lex_state1.py
ext/ply/test/lex_state2.exp [deleted file]
ext/ply/test/lex_state2.py
ext/ply/test/lex_state3.exp [deleted file]
ext/ply/test/lex_state3.py
ext/ply/test/lex_state4.exp [deleted file]
ext/ply/test/lex_state4.py
ext/ply/test/lex_state5.exp [deleted file]
ext/ply/test/lex_state5.py
ext/ply/test/lex_state_noerror.exp [deleted file]
ext/ply/test/lex_state_noerror.py
ext/ply/test/lex_state_norule.exp [deleted file]
ext/ply/test/lex_state_norule.py
ext/ply/test/lex_state_try.exp [deleted file]
ext/ply/test/lex_state_try.py
ext/ply/test/lex_token1.exp [deleted file]
ext/ply/test/lex_token1.py
ext/ply/test/lex_token2.exp [deleted file]
ext/ply/test/lex_token2.py
ext/ply/test/lex_token3.exp [deleted file]
ext/ply/test/lex_token3.py
ext/ply/test/lex_token4.exp [deleted file]
ext/ply/test/lex_token4.py
ext/ply/test/lex_token5.exp [deleted file]
ext/ply/test/lex_token5.py
ext/ply/test/lex_token_dup.py [new file with mode: 0644]
ext/ply/test/rununit.py [deleted file]
ext/ply/test/testlex.py
ext/ply/test/testyacc.py
ext/ply/test/yacc_badargs.exp [deleted file]
ext/ply/test/yacc_badargs.py
ext/ply/test/yacc_badid.py [new file with mode: 0644]
ext/ply/test/yacc_badprec.exp [deleted file]
ext/ply/test/yacc_badprec.py
ext/ply/test/yacc_badprec2.exp [deleted file]
ext/ply/test/yacc_badprec2.py
ext/ply/test/yacc_badprec3.py [new file with mode: 0644]
ext/ply/test/yacc_badrule.exp [deleted file]
ext/ply/test/yacc_badrule.py
ext/ply/test/yacc_badtok.exp [deleted file]
ext/ply/test/yacc_badtok.py
ext/ply/test/yacc_dup.exp [deleted file]
ext/ply/test/yacc_dup.py
ext/ply/test/yacc_error1.exp [deleted file]
ext/ply/test/yacc_error1.py
ext/ply/test/yacc_error2.exp [deleted file]
ext/ply/test/yacc_error2.py
ext/ply/test/yacc_error3.exp [deleted file]
ext/ply/test/yacc_error3.py
ext/ply/test/yacc_error4.py [new file with mode: 0644]
ext/ply/test/yacc_inf.exp [deleted file]
ext/ply/test/yacc_inf.py
ext/ply/test/yacc_literal.py [new file with mode: 0644]
ext/ply/test/yacc_misplaced.py [new file with mode: 0644]
ext/ply/test/yacc_missing1.exp [deleted file]
ext/ply/test/yacc_missing1.py
ext/ply/test/yacc_nested.py [new file with mode: 0644]
ext/ply/test/yacc_nodoc.exp [deleted file]
ext/ply/test/yacc_nodoc.py
ext/ply/test/yacc_noerror.exp [deleted file]
ext/ply/test/yacc_noerror.py
ext/ply/test/yacc_nop.exp [deleted file]
ext/ply/test/yacc_nop.py
ext/ply/test/yacc_notfunc.exp [deleted file]
ext/ply/test/yacc_notfunc.py
ext/ply/test/yacc_notok.exp [deleted file]
ext/ply/test/yacc_notok.py
ext/ply/test/yacc_prec1.py [new file with mode: 0644]
ext/ply/test/yacc_rr.exp [deleted file]
ext/ply/test/yacc_rr.py
ext/ply/test/yacc_rr_unused.py [new file with mode: 0644]
ext/ply/test/yacc_simple.exp [deleted file]
ext/ply/test/yacc_simple.py
ext/ply/test/yacc_sr.exp [deleted file]
ext/ply/test/yacc_sr.py
ext/ply/test/yacc_term1.exp [deleted file]
ext/ply/test/yacc_term1.py
ext/ply/test/yacc_unused.exp [deleted file]
ext/ply/test/yacc_unused.py
ext/ply/test/yacc_unused_rule.py [new file with mode: 0644]
ext/ply/test/yacc_uprec.exp [deleted file]
ext/ply/test/yacc_uprec.py
ext/ply/test/yacc_uprec2.py [new file with mode: 0644]