Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table před 7 roky
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' před 7 roky
  Roberto Ierusalimschy e2b15aa21d janitor work on casts před 7 roky
  Roberto Ierusalimschy 0232fbffbe now that 'luaO_str2num' always accepts a dot as a radix character, před 9 roky
  Roberto Ierusalimschy 351a446ec5 definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to před 11 roky
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' před 11 roky
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) před 11 roky
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using před 12 roky
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) před 12 roky
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) před 12 roky
  Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' před 13 roky
  Roberto Ierusalimschy 719c01359f label syntax changed to '::label::' před 14 roky
  Roberto Ierusalimschy bc1c718cc0 removed TOKEN_LEN (useless) před 14 roky
  Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio před 14 roky
  Roberto Ierusalimschy f079749287 some reorganization of dynamic data structures used by the parser před 14 roky
  Roberto Ierusalimschy 7cc0e63d8a first implementation of 'goto' před 14 roky
  Roberto Ierusalimschy a4a8914c20 new reserved word 'goto' před 14 roky
  Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) před 15 roky
  Roberto Ierusalimschy 22ef84b6c8 '_ENV' name permanently stored in global state for easier access před 15 roky
  Roberto Ierusalimschy 1124cb1247 first step towards _ENV: all chunks have an puvalues _ENV with the před 15 roky
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, před 16 roky
  Roberto Ierusalimschy 3138afbe2e parser should not call 'luaX_lexerror' před 18 roky
  Roberto Ierusalimschy aa003eba8e details před 18 roky
  Roberto Ierusalimschy 92dc64e121 more regularity in the use of quotes in error messages před 18 roky
  Roberto Ierusalimschy 90df6b7a54 detail před 19 roky
  Roberto Ierusalimschy 87024e257d details před 20 roky
  Roberto Ierusalimschy 16fd4abaf6 corrects decimal point to follow current locale před 20 roky
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data před 20 roky
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API před 20 roky
  Roberto Ierusalimschy fabf5db237 C stack is the same for the parser and the interpreter, so depth před 20 roky