Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GC can be called during parsing, if needed. | Roberto Ierusalimschy | 1999-01-15 | 1 | -19/+32 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -15/+15 |
* | better error message | Roberto Ierusalimschy | 1998-12-23 | 1 | -3/+9 |
* | better error message for code too long (old one was misleading when the | Roberto Ierusalimschy | 1998-08-11 | 1 | -2/+3 |
* | details ("luaX_token2str" doesn't need LexState) | Roberto Ierusalimschy | 1998-07-24 | 1 | -4/+4 |
* | "exp" changed to "exp0" to avoid problems with math.h.v3.1 | Roberto Ierusalimschy | 1998-07-06 | 1 | -9/+9 |
* | stupid bug (in syntax print "hello") | Roberto Ierusalimschy | 1998-06-24 | 1 | -1/+2 |
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 1 | -0/+1332 |