Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed a dead if-statement. Results in a 6-7% speedup in | David Beazley | 2009-02-01 | 1 | -19/+62 |
* | Significant cleanup. Refactoring of yacc internals | David Beazley | 2009-01-13 | 13 | -2063/+3594 |
* | Fixed relative import problems | David Beazley | 2008-11-28 | 1 | -24/+22 |
* | Added missing test | David Beazley | 2008-11-27 | 1 | -0/+50 |
* | Version bump | David Beazley | 2008-11-27 | 1 | -1/+1 |
* | Python 2.6/3.0 compatibility changes | David Beazley | 2008-11-27 | 66 | -483/+608 |
* | Fixed a bug with negative stack indices | David Beazley | 2008-11-04 | 5 | -3/+182 |
* | Revamped testing framework | David Beazley | 2008-05-29 | 133 | -486/+1994 |
* | fixed version# | David Beazley | 2008-05-28 | 1 | -1/+1 |
* | Bug fixes | David Beazley | 2008-05-28 | 17 | -71/+58 |
* | Fixed lextab bug | David Beazley | 2008-05-28 | 2 | -3/+26 |
* | Minor cleanup | David Beazley | 2008-05-16 | 2 | -6/+6 |
* | Bug fixes. Performance optimization | David Beazley | 2008-05-12 | 4 | -67/+692 |
* | Change to rsplit() to split() | David Beazley | 2008-05-06 | 13 | -164/+168 |
* | (no commit message) | David Beazley | 2008-05-04 | 1 | -0/+6 |
* | Various bug fixes and cleanup | David Beazley | 2008-05-04 | 6 | -52/+96 |
* | fixed p_error optimize bug | David Beazley | 2008-04-28 | 5 | -65/+102 |
* | Reverted accidental change on last commit | David Beazley | 2008-02-28 | 1 | -6/+1 |
* | Fixed bug with nonassoc precedence | David Beazley | 2008-02-28 | 3 | -3/+13 |
* | Modified input() to accept objects that appear to be strings (by returning ch... | David Beazley | 2008-02-16 | 1 | -1/+3 |
* | *** empty log message *** | David Beazley | 2008-02-16 | 1 | -1/+15 |
* | (no commit message) | David Beazley | 2007-12-01 | 1 | -1/+2 |
* | *** empty log message *** | David Beazley | 2007-12-01 | 1 | -3/+6 |
* | Further performance optimization in token() | David Beazley | 2007-11-30 | 1 | -4/+10 |
* | *** empty log message *** | David Beazley | 2007-11-29 | 1 | -0/+17 |
* | Modified the lexer so that token functions can be aliased. For example, if ... | David Beazley | 2007-11-29 | 1 | -29/+9 |
* | *** empty log message *** | David Beazley | 2007-11-29 | 1 | -52/+15 |
* | new example | David Beazley | 2007-11-28 | 1 | -0/+131 |
* | Minor doc updates | David Beazley | 2007-11-28 | 1 | -0/+1 |
* | *** empty log message *** | David Beazley | 2007-11-28 | 1 | -0/+18 |
* | Modification that allows production rules and other information to be defined... | David Beazley | 2007-11-28 | 1 | -1/+5 |
* | Modification to allow lex() to work with tokens and rules defined in inner fu... | David Beazley | 2007-11-28 | 1 | -27/+44 |
* | Added .error() method to productions to emulate YYERROR macro. | David Beazley | 2007-11-28 | 1 | -10/+28 |
* | *** empty log message *** | David Beazley | 2007-11-28 | 1 | -0/+28 |
* | Added information on p.error() method | David Beazley | 2007-11-28 | 1 | -1/+30 |
* | Fixed bug related to state changes and ignored characters. | David Beazley | 2007-11-27 | 1 | -1/+2 |
* | Fixed bug in structure lists | David Beazley | 2007-11-27 | 1 | -1/+1 |
* | *** empty log message *** | David Beazley | 2007-11-27 | 1 | -1/+11 |
* | *** empty log message *** | David Beazley | 2007-11-27 | 1 | -1/+4 |
* | Added eggs support | David Beazley | 2007-11-27 | 1 | -1/+4 |
* | (no commit message) | David Beazley | 2007-11-22 | 1 | -0/+11 |
* | Fixed a bug in yacc() related to empty input strings. | David Beazley | 2007-11-09 | 1 | -2/+4 |
* | add preprocessor - work in progress | David Beazley | 2007-04-01 | 1 | -0/+866 |
* | work in progress | David Beazley | 2007-04-01 | 5 | -4/+36 |
* | Fixed examples for EOF condition in p_error | David Beazley | 2007-02-28 | 6 | -6/+23 |
* | Fixed minor character literal bug | David Beazley | 2007-02-20 | 2 | -2/+7 |
* | Cleanup. Few minor improvements | David Beazley | 2007-02-19 | 19 | -76/+148 |
* | removed unneeded example file | David Beazley | 2007-02-19 | 1 | -8/+0 |
* | Performance optimization. Cleanup | David Beazley | 2007-02-19 | 6 | -99/+156 |
* | test output | David Beazley | 2007-02-17 | 11 | -11/+11 |