summaryrefslogtreecommitdiff
path: root/ply
Commit message (Expand)AuthorAgeFilesLines
* Fix in-source version constants for 3.7Gregory M. Turner2015-07-293-3/+3
* Minor fix to account for bad None arguments for tabmodule/lextabDavid Beazley2015-05-082-1/+8
* Fixed issue 63David Beazley2015-05-072-30/+41
* Fixed version numbersDavid Beazley2015-04-263-2/+3
* IOError handling improvements. More tests. Doc updateDavid Beazley2015-04-252-7/+18
* Further refinement of table handling with packages. More unit tests.David Beazley2015-04-242-41/+58
* Fixed potential package problems with lextab and parsetab filesDavid Beazley2015-04-242-19/+25
* Simplified set_defaulted_states() methodDavid Beazley2015-04-221-1/+1
* Fixed minor bug in line-number tracking. Fixed failing yacc_error5 test.David Beazley2015-04-221-15/+26
* Continued work on defaulted states. Some bug fixes. In progress.David Beazley2015-04-221-3/+8
* Added optional support for defaulted statesDavid Beazley2015-04-212-63/+96
* Code modernization related to range() and enumerate().David Beazley2015-04-212-47/+45
* Continued code readability edits.David Beazley2015-04-202-384/+400
* Numerous code cleanups. Formatting. Other readability fixesDavid Beazley2015-04-201-283/+269
* Substantial code cleanup. Modernization to Python 2.6.David Beazley2015-04-203-519/+579
* Various code cleanup all over. Better use of booleans and sets. In progress.David Beazley2015-04-202-188/+192
* Improvements to output file handling. Python2/3 compatibility. Table generationDavid Beazley2015-04-192-29/+72
* Modified yacc.py to only record the base filename in parsetab.py. See issue #58David Beazley2015-04-192-4/+5
* Pull request 51. Minor formatting cleanupDavid Beazley2015-04-171-2/+2
* Minor cleanup related to pull request 35David Beazley2015-04-171-3/+6
* Merge pull request #55 from gabrielaraujof/masterDavid Beazley2015-04-171-0/+22
|\
| * Deleted the warning for no t_eof rule definedGabriel Araujo2015-01-221-2/+0
| * Added the option of defining EOF rulesGabriel Araujo2015-01-221-0/+24
* | Fixed Issue #44. call_errorfunc() should return the result of errorfunc()David Beazley2015-04-171-0/+1
* | Fixed yacc start keyword and parsetab caching #52David Beazley2015-04-161-0/+4
|/
* Minor code cleanupsDavid Beazley2013-05-291-34/+34
* Fixed issue 21David Beazley2013-05-291-1/+1
* Fixed from __future__ import unicode_literals bugDavid Beazley2013-05-291-4/+10
* Merge pull request #33 from mdboom/load_unicode_fileDavid Beazley2013-05-292-42/+31
|\
| * Make the yacc parser handle being defined in source files with magic coding c...Michael Droettboom2013-05-161-22/+17
| * Support defining lexers in Python files with a magic coding comment. This wo...Michael Droettboom2013-05-151-20/+14
* | More test fixesDavid Beazley2013-05-211-2/+6
|/
* Fixed whitespace handling in commentsDavid Beazley2012-10-151-5/+15
* Fixed rule namesDavid Beazley2012-10-151-3/+3
* Reverted p_error() APIDavid Beazley2012-04-261-9/+9
* Changes to panic mode error recoveryDavid Beazley2012-04-261-21/+53
* Enhanced tracking of positional information in error tokens.David Beazley2012-04-191-2/+20
* Changes to @TOKEN decorator to store regexes in a .regex attribute of functio...David Beazley2012-04-181-9/+19
* Minor bug fixesDavid Beazley2012-04-183-7/+8
* Minor bug fix for Python2.6David Beazley2011-02-171-1/+1
* Bumped version numberDavid Beazley2011-02-172-4/+4
* Patched syntax for Python 3.David Beazley2011-02-171-16/+16
* Version number cleanupDavid Beazley2009-09-021-1/+1
* A few minor bug fixesDavid Beazley2009-08-272-3/+4
* Fixed buglet in the 3.2 releaseDavid Beazley2009-03-251-2/+1
* Reduced number of warning messages for repeated r/r conflictsDavid Beazley2009-03-241-1/+6
* License change to BSDDavid Beazley2009-03-242-35/+53
* Performance speedup. Improved warningsDavid Beazley2009-03-241-15/+24
* Added support for picking the parsing tables instead of writing a .py file.David Beazley2009-03-231-3/+68
* Bumped version numberDavid Beazley2009-03-231-2/+2