Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 5687949560 "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 26 years ago
  Roberto Ierusalimschy cbc58af260 new opcode for "long" arguments (3 bytes) 26 years ago
  Roberto Ierusalimschy 27407fc1f5 new syntax: assignment expressions + better order for opcodes 26 years ago
  Roberto Ierusalimschy 1a17da2ff9 opcodes with builtin parameters are too complicated for very little extra 26 years ago
  Roberto Ierusalimschy 50248e440a "if" expression leaves only one of its expressions on the stack 26 years ago
  Roberto Ierusalimschy 0f0079f394 "if" expressions. 26 years ago
  Roberto Ierusalimschy 68267ed878 negative numerals do not need a MINUSOPeration; go directly to contant 26 years ago
  Roberto Ierusalimschy eec31aaca5 <string.h> is needed because of "memcpy". 26 years ago
  Roberto Ierusalimschy e87fddf1ad GC can be called during parsing, if needed. 26 years ago
  Roberto Ierusalimschy 766e67ef3b to avoid warnings about "typecast" (Visual C++) 27 years ago
  Roberto Ierusalimschy d3ac7075a2 better error message 27 years ago
  Roberto Ierusalimschy 1d420c2c11 better error message for code too long (old one was misleading when the 27 years ago
  Roberto Ierusalimschy e1a127245d details ("luaX_token2str" doesn't need LexState) 27 years ago
  Roberto Ierusalimschy dcb1a08906 "exp" changed to "exp0" to avoid problems with math.h. 27 years ago
  Roberto Ierusalimschy da94130160 stupid bug (in syntax print "hello") 27 years ago
  Roberto Ierusalimschy 7e59a8901d NEW LL(1) PARSER 27 years ago