summaryrefslogtreecommitdiff
path: root/ply
Commit message (Expand)AuthorAgeFilesLines
* Published parser state on parser objectsDavid Beazley2016-08-301-0/+9
* Merge pull request #87 from bionikspoon/patch-1David Beazley2016-08-301-1/+1
|\
| * check for updated line numberManu Phatak2016-01-041-1/+1
* | Merge pull request #90 from bionikspoon/patch-2David Beazley2016-08-301-1/+1
|\ \
| * | use literal set notation for 2.6 compatibilityManu Phatak2016-01-211-1/+1
| |/
* | cleanupDavid Beazley2016-08-301-2/+11
* | Fixed issue #93. Crash if SyntaxError raised in productionDavid Beazley2016-08-301-22/+31
* | Fixed Issue #97. Validation of files when original .py file isn't present.David Beazley2016-08-302-2/+8
* | Fixed version numbersDavid Beazley2016-08-303-5/+5
|/
* Bumped version numbersDavid Beazley2015-10-022-4/+4
* Merge pull request #70 from jvtrigueros/underscore-codeDavid Beazley2015-08-251-1/+1
|\
| * MethodType doesn't have __code__ attribute, use __func__Jose V. Trigueros2015-07-151-1/+1
* | Merge pull request #71 from moses-palmer/fixup-module-sort-orderDavid Beazley2015-08-251-2/+8
|\ \
| * | Convert modules to strs when sorting p_functionsMoses Palmér2015-07-161-2/+8
| |/
* | Merge pull request #74 from joeedh/masterDavid Beazley2015-08-251-0/+3
|\ \
| * | check for existence of pickled parse tables beforeJoe Eagar2015-08-091-0/+3
| |/
* | 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