aboutsummaryrefslogtreecommitdiff
path: root/lparser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* better error message for code too long (old one was misleading when theRoberto Ierusalimschy1998-08-111-2/+3
* details ("luaX_token2str" doesn't need LexState)Roberto Ierusalimschy1998-07-241-4/+4
* "exp" changed to "exp0" to avoid problems with math.h.v3.1Roberto Ierusalimschy1998-07-061-9/+9
* stupid bug (in syntax print "hello")Roberto Ierusalimschy1998-06-241-1/+2
* NEW LL(1) PARSERRoberto Ierusalimschy1998-05-271-0/+1332