summaryrefslogtreecommitdiff
path: root/parser.h
Commit message (Expand)AuthorAgeFilesLines
...
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-0/+1
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-211-6/+6
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-2/+2
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-0/+41
* split parser initialisation from parser executionDave Mitchell2007-01-011-0/+2
* split parser stack from parser objectDave Mitchell2007-01-011-2/+3
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-0/+34