summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug fix in sorting on Python 3David Beazley2009-02-021-1/+1
* Minor changesDavid Beazley2009-02-022-5/+6
* Refactored the lex builder. A lot of error messages changed so unit tests ha...David Beazley2009-02-026-397/+460
* Removed a dead if-statement. Results in a 6-7% speedup inDavid Beazley2009-02-011-19/+62
* Significant cleanup. Refactoring of yacc internalsDavid Beazley2009-01-1313-2063/+3594
* Fixed relative import problemsDavid Beazley2008-11-281-24/+22
* Added missing testDavid Beazley2008-11-271-0/+50
* Version bumpDavid Beazley2008-11-271-1/+1
* Python 2.6/3.0 compatibility changesDavid Beazley2008-11-2766-483/+608
* Fixed a bug with negative stack indicesDavid Beazley2008-11-045-3/+182
* Revamped testing frameworkDavid Beazley2008-05-29133-486/+1994
* fixed version#David Beazley2008-05-281-1/+1
* Bug fixesDavid Beazley2008-05-2817-71/+58
* Fixed lextab bugDavid Beazley2008-05-282-3/+26
* Minor cleanupDavid Beazley2008-05-162-6/+6
* Bug fixes. Performance optimizationDavid Beazley2008-05-124-67/+692
* Change to rsplit() to split()David Beazley2008-05-0613-164/+168
* (no commit message)David Beazley2008-05-041-0/+6
* Various bug fixes and cleanupDavid Beazley2008-05-046-52/+96
* fixed p_error optimize bugDavid Beazley2008-04-285-65/+102
* Reverted accidental change on last commitDavid Beazley2008-02-281-6/+1
* Fixed bug with nonassoc precedenceDavid Beazley2008-02-283-3/+13
* Modified input() to accept objects that appear to be strings (by returning ch...David Beazley2008-02-161-1/+3
* *** empty log message ***David Beazley2008-02-161-1/+15
* (no commit message)David Beazley2007-12-011-1/+2
* *** empty log message ***David Beazley2007-12-011-3/+6
* Further performance optimization in token()David Beazley2007-11-301-4/+10
* *** empty log message ***David Beazley2007-11-291-0/+17
* Modified the lexer so that token functions can be aliased. For example, if ...David Beazley2007-11-291-29/+9
* *** empty log message ***David Beazley2007-11-291-52/+15
* new exampleDavid Beazley2007-11-281-0/+131
* Minor doc updatesDavid Beazley2007-11-281-0/+1
* *** empty log message ***David Beazley2007-11-281-0/+18
* Modification that allows production rules and other information to be defined...David Beazley2007-11-281-1/+5
* Modification to allow lex() to work with tokens and rules defined in inner fu...David Beazley2007-11-281-27/+44
* Added .error() method to productions to emulate YYERROR macro.David Beazley2007-11-281-10/+28
* *** empty log message ***David Beazley2007-11-281-0/+28
* Added information on p.error() methodDavid Beazley2007-11-281-1/+30
* Fixed bug related to state changes and ignored characters.David Beazley2007-11-271-1/+2
* Fixed bug in structure listsDavid Beazley2007-11-271-1/+1
* *** empty log message ***David Beazley2007-11-271-1/+11
* *** empty log message ***David Beazley2007-11-271-1/+4
* Added eggs supportDavid Beazley2007-11-271-1/+4
* (no commit message)David Beazley2007-11-221-0/+11
* Fixed a bug in yacc() related to empty input strings.David Beazley2007-11-091-2/+4
* add preprocessor - work in progressDavid Beazley2007-04-011-0/+866
* work in progressDavid Beazley2007-04-015-4/+36
* Fixed examples for EOF condition in p_errorDavid Beazley2007-02-286-6/+23
* Fixed minor character literal bugDavid Beazley2007-02-202-2/+7
* Cleanup. Few minor improvementsDavid Beazley2007-02-1919-76/+148