Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -0/+1 |
* | Several members of struct yy_parser can go on a diet. Some I32s were | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | Rearrange members of structures to reduce memory size on some | Nicholas Clark | 2007-03-31 | 1 | -2/+2 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -0/+41 |
* | split parser initialisation from parser execution | Dave Mitchell | 2007-01-01 | 1 | -0/+2 |
* | split parser stack from parser object | Dave Mitchell | 2007-01-01 | 1 | -2/+3 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -0/+34 |