summaryrefslogtreecommitdiff
path: root/ply
Commit message (Expand)AuthorAgeFilesLines
* Bug fixesDavid Beazley2008-05-282-24/+23
* Fixed lextab bugDavid Beazley2008-05-281-3/+20
* Bug fixes. Performance optimizationDavid Beazley2008-05-122-59/+672
* Change to rsplit() to split()David Beazley2008-05-062-152/+151
* Various bug fixes and cleanupDavid Beazley2008-05-042-25/+57
* fixed p_error optimize bugDavid Beazley2008-04-282-63/+95
* Fixed bug with nonassoc precedenceDavid Beazley2008-02-281-1/+1
* Modified input() to accept objects that appear to be strings (by returning ch...David Beazley2008-02-161-1/+3
* *** empty log message ***David Beazley2007-12-011-3/+6
* Further performance optimization in token()David Beazley2007-11-301-4/+10
* Modified the lexer so that token functions can be aliased. For example, if ...David Beazley2007-11-291-29/+9
* 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
* Fixed bug related to state changes and ignored characters.David Beazley2007-11-271-1/+2
* 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-012-2/+9
* Fixed minor character literal bugDavid Beazley2007-02-201-2/+3
* Cleanup. Few minor improvementsDavid Beazley2007-02-192-35/+38
* Performance optimization. CleanupDavid Beazley2007-02-192-91/+103
* Bug fix in start conditions. Bumped version numberDavid Beazley2007-02-122-8/+8
* removed .pycDavid Beazley2006-11-213-0/+0
* initial checkinDavid Beazley2006-11-216-0/+3079