summaryrefslogtreecommitdiff
path: root/lparser.c
Commit message (Expand)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+1638
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-1337/+0
* detailsRoberto Ierusalimschy2006-06-051-5/+6
* 'lparser.h' should not include 'ltable.h'Roberto Ierusalimschy2006-03-091-2/+2
* small changes in castsRoberto Ierusalimschy2005-12-221-5/+5
* detailsRoberto Ierusalimschy2005-12-071-45/+27
* VC warningsRoberto Ierusalimschy2005-10-241-2/+2
* numeral expressions keep their values in struct 'expdesc'Roberto Ierusalimschy2005-10-031-19/+20
* (no commit message)Roberto Ierusalimschy2005-09-301-2/+2
* new method to handle tests without values (negative values)Roberto Ierusalimschy2005-08-291-4/+3
* no more compatibility for {;} and similar syntaxRoberto Ierusalimschy2005-08-241-2/+1
* small optimizationsRoberto Ierusalimschy2005-08-221-17/+17
* new coding for while and repeat (with new scoping for repeat)Roberto Ierusalimschy2005-08-171-70/+45
* warnings from Visual CRoberto Ierusalimschy2005-07-111-2/+2
* syntax for length changed from '*' to '#'Roberto Ierusalimschy2005-06-131-2/+2
* better control for compatibility code for varargsRoberto Ierusalimschy2005-06-131-5/+8
* detailsRoberto Ierusalimschy2005-05-201-2/+2
* several small detailsRoberto Ierusalimschy2005-05-171-7/+7
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-7/+7
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-4/+5
* no more compatibility code for traversing tablesRoberto Ierusalimschy2005-05-041-2/+2
* commentsRoberto Ierusalimschy2005-05-041-2/+2
* commentRoberto Ierusalimschy2005-04-291-2/+2
* commentRoberto Ierusalimschy2005-04-271-3/+3
* C stack is the same for the parser and the interpreter, so depthRoberto Ierusalimschy2005-04-071-7/+10
* new operation *t (for size of t) (may yet be removed...)Roberto Ierusalimschy2005-03-161-1/+2
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-6/+6
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-6/+6
* entries `{[...] = ...}' need space too.Roberto Ierusalimschy2005-03-081-2/+2
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-081-3/+4
* USHRT_MAX may not fit in a (16-bit) intRoberto Ierusalimschy2005-03-071-2/+2
* change in hash algorithm so that it does not need empty slotRoberto Ierusalimschy2005-01-051-2/+2
* cleaner interface to `ltable'Roberto Ierusalimschy2005-01-041-2/+2
* detailsRoberto Ierusalimschy2004-12-071-16/+21
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-4/+4
* detailsRoberto Ierusalimschy2004-12-031-2/+2
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-7/+7
* detailsRoberto Ierusalimschy2004-11-191-4/+3
* small optimization for boolean constants + new format for SETLIST opcodeRoberto Ierusalimschy2004-10-041-6/+4
* new way to use `vararg' parameters (with `...')Roberto Ierusalimschy2004-05-311-29/+31
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-7/+2
* small optimization for {f()}Roberto Ierusalimschy2004-03-261-1/+2
* better error messages for some limitsRoberto Ierusalimschy2004-03-121-7/+17
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-4/+4
* First version of incremental GCRoberto Ierusalimschy2003-12-091-4/+7
* debugger can only see `local function' after it has a meaningful valueRoberto Ierusalimschy2003-10-091-1/+3
* avoid the use of `strlen' (strings are literals)Roberto Ierusalimschy2003-10-031-15/+13
* bug: syntax `local function' does not increment stack sizeRoberto Ierusalimschy2003-09-291-4/+7
* detailRoberto Ierusalimschy2003-09-051-2/+2
* parser fully reentrant(!)Roberto Ierusalimschy2003-08-271-10/+36