Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer %!s(int64=13) %!d(string=hai) anos
  Roberto Ierusalimschy 59bcd137ae reducing even more use of C stack by the parser: struct 'FuncState' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 7482e8f914 no need of lookahead in Zio %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy f079749287 some reorganization of dynamic data structures used by the parser %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 7cc0e63d8a first implementation of 'goto' %!s(int64=14) %!d(string=hai) anos
  Roberto Ierusalimschy 81dd13f4c6 new way to distinguish between indexing tables in registers and %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 25c557ec63 first version of _ENV; no more global variables %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 0fe2576a39 new instructions to optimize indexing on upvalues %!s(int64=15) %!d(string=hai) anos
  Roberto Ierusalimschy 916587508c parser keeps list of active local variables in a single dynamic array, %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 0ac3d07ea6 first implementation of lexical environments %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 5938212748 information about upvalues (where they come from) kept in Proto structure, %!s(int64=16) %!d(string=hai) anos
  Roberto Ierusalimschy 198be23f36 added structure for local-variable information to allow extra %!s(int64=17) %!d(string=hai) anos
  Roberto Ierusalimschy 3d61c31e5a 'lparser.h' should not include 'ltable.h' %!s(int64=19) %!d(string=hai) anos
  Roberto Ierusalimschy 6dd0c6ccbc numeral expressions keep their values in struct 'expdesc' %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int %!s(int64=20) %!d(string=hai) anos
  Roberto Ierusalimschy 616438fe9a new way to use `vararg' parameters (with `...') %!s(int64=21) %!d(string=hai) anos
  Roberto Ierusalimschy 9fcc485176 zio does not keep "source" name (nobody uses it) %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy 265530478b more changes to reduce stack usage by the parser %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy 00180bb133 small changes to reduce stack usage by the parser %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy 7a40cdbda0 different variables for number of upvalues and size of upvalue array %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy dd8edecae1 new functions to manipulate upvales (get/setupvalue) %!s(int64=22) %!d(string=hai) anos
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation %!s(int64=23) %!d(string=hai) anos
  Roberto Ierusalimschy 1c328a191a no more `global' declarations %!s(int64=23) %!d(string=hai) anos