Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) il y a 11 ans
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using il y a 12 ans
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) il y a 12 ans
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) il y a 12 ans
  Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' il y a 13 ans
  Roberto Ierusalimschy 719c01359f label syntax changed to '::label::' il y a 14 ans
  Roberto Ierusalimschy bc1c718cc0 removed TOKEN_LEN (useless) il y a 14 ans
  Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio il y a 14 ans
  Roberto Ierusalimschy f079749287 some reorganization of dynamic data structures used by the parser il y a 14 ans
  Roberto Ierusalimschy 7cc0e63d8a first implementation of 'goto' il y a 14 ans
  Roberto Ierusalimschy a4a8914c20 new reserved word 'goto' il y a 14 ans
  Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) il y a 15 ans
  Roberto Ierusalimschy 22ef84b6c8 '_ENV' name permanently stored in global state for easier access il y a 15 ans
  Roberto Ierusalimschy 1124cb1247 first step towards _ENV: all chunks have an puvalues _ENV with the il y a 15 ans
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, il y a 16 ans
  Roberto Ierusalimschy 3138afbe2e parser should not call 'luaX_lexerror' il y a 18 ans
  Roberto Ierusalimschy aa003eba8e details il y a 18 ans
  Roberto Ierusalimschy 92dc64e121 more regularity in the use of quotes in error messages il y a 18 ans
  Roberto Ierusalimschy 90df6b7a54 detail il y a 19 ans
  Roberto Ierusalimschy 87024e257d details il y a 20 ans
  Roberto Ierusalimschy 16fd4abaf6 corrects decimal point to follow current locale il y a 20 ans
  Roberto Ierusalimschy d987cf1f81 new mark LUAI_DATA for extern data il y a 20 ans
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API il y a 20 ans
  Roberto Ierusalimschy fabf5db237 C stack is the same for the parser and the interpreter, so depth il y a 20 ans
  Roberto Ierusalimschy 61a888518f details il y a 21 ans
  Roberto Ierusalimschy e1c2fb6eed details il y a 21 ans
  Roberto Ierusalimschy a003e89125 better error messages for some limits il y a 21 ans
  Roberto Ierusalimschy 8502331f69 `luaX_errorline' was used only in one place il y a 22 ans
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) il y a 22 ans
  Roberto Ierusalimschy 6b6bc532a4 better error message for (deprecated) "%global" il y a 22 ans