Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR il y a 6 ans
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation il y a 6 ans
  Roberto Ierusalimschy 3d296304ef Towards constant propagation il y a 6 ans
  Roberto Ierusalimschy 54f7b46c1e New implementation for constants il y a 6 ans
  Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation il y a 6 ans
  Roberto Ierusalimschy e4b02ca8e4 Structure 'Vardesc' does not need a 'name' field il y a 6 ans
  Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables il y a 6 ans
  Roberto Ierusalimschy 35296e1fde Details il y a 6 ans
  Roberto Ierusalimschy a006514ea1 Big revamp in the implmentation of labels/gotos il y a 6 ans
  Roberto Ierusalimschy 4cd1f4aac0 Towards "to closed" local variables il y a 6 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy 03c6a05ec8 no more nil-in-table il y a 7 ans
  Roberto Ierusalimschy 4a1612ff9b new experimental syntax using reserved word 'undef' il y a 7 ans
  Roberto Ierusalimschy e001d5aea6 'VRELOCABLE' -> 'VRELOC' il y a 7 ans
  Roberto Ierusalimschy 10b8c99bbb small peephole optimizations il y a 7 ans
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute il y a 8 ans
  Roberto Ierusalimschy 502a1d1108 new opcodes for table access with constant keys (strings and integers) il y a 8 ans
  Roberto Ierusalimschy 07cf8415e3 more comments + reordeing of union inside 'expdesc' to allow il y a 9 ans
  Roberto Ierusalimschy 19770b03a9 comments. (More explanation about kinds of expressions.) il y a 9 ans
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' il y a 10 ans
  Roberto Ierusalimschy 89b56e7d84 more precision between closure types ('LClosure' x 'CClosure') 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 1294b09d8e first implementation of literal integers (no constant folding yet) il y a 12 ans
  Roberto Ierusalimschy 3cadc37f47 no more 'Proto' objects on the stack. Protos are anchored on outer il y a 13 ans
  Roberto Ierusalimschy 59bcd137ae reducing even more use of C stack by the parser: struct 'FuncState' 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 81dd13f4c6 new way to distinguish between indexing tables in registers and il y a 15 ans
  Roberto Ierusalimschy 6a02bbe1e2 better organization for fields in struct 'expdesc' il y a 15 ans