181 Commits (b55fded18c270412e127259a5f28c785620dbf1a)

Author SHA1 Message Date
Roberto Ierusalimschy 2dadc81822 cleaner implementation of code generation for jumps 23 years ago
Roberto Ierusalimschy b487975344 optimization for `while' (first version) 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 9b38a696d5 avoid names that differ only in capitalization 23 years ago
Roberto Ierusalimschy 30ad4c75db bug: 'local a,b; a,b = 1,f()' did not close f() 23 years ago
Roberto Ierusalimschy 11c63bc3af error in calls signalled in first line (instead of last) 23 years ago
Roberto Ierusalimschy 7b65328c8e new semantics for `generic for' (with state) 23 years ago
Roberto Ierusalimschy e5919be1a7 bug: end of block may not be end of stat 23 years ago
Roberto Ierusalimschy 801aaf37b1 simpler implementation for line information 23 years ago
Roberto Ierusalimschy e9ef7ed2d3 first implementation for tail call 23 years ago
Roberto Ierusalimschy 58badbab99 special treatment for 'global in nil' 23 years ago
Roberto Ierusalimschy 9681ff09db small optimization when returning a single local value 23 years ago
Roberto Ierusalimschy 7ff21273d6 implementation of `global' statement 23 years ago
Roberto Ierusalimschy bd8b9c94b3 generic for (with any number of control variables) 23 years ago
Roberto Ierusalimschy ac178ee478 new constructor syntax + new generic `for' 23 years ago
Roberto Ierusalimschy 38b0e6128d simpler implementation for `for' loops 23 years ago
Roberto Ierusalimschy 74907fb71e OP_LOADINT can be done by OP_LOADK 23 years ago
Roberto Ierusalimschy f083812c02 first implementation of coroutines 23 years ago
Roberto Ierusalimschy f42cc90d2d some warnings 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 23 years ago
Roberto Ierusalimschy b840a7518d details 23 years ago
Roberto Ierusalimschy f54cdb33a5 small bug in close x return 23 years ago
Roberto Ierusalimschy 328d53e77b restricted syntax for function call/table accesses prefixes 23 years ago
Roberto Ierusalimschy abdbe883a8 first implementation of unrestricted static scoping 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy c3d72096c4 use a table to find (and reuse) constants when parsing 24 years ago
Roberto Ierusalimschy fd40af92e4 the parser is not LL(1) 24 years ago
Roberto Ierusalimschy a3d03ff6b6 bug: error message for `%a' gave wrong line number 24 years ago
Roberto Ierusalimschy 770954510f rename of `kproto' to `p' 24 years ago
Roberto Ierusalimschy fccadba4b5 new reserved words `in' and `global' 24 years ago
Roberto Ierusalimschy 89c301d180 `(exp)' adjusts exp to 1 result 24 years ago
Roberto Ierusalimschy 0a1b1acdd3 details about opcode parameters 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy 0267168675 details. 24 years ago
Roberto Ierusalimschy 190ddd431d details (rests of debug code) 24 years ago
Roberto Ierusalimschy 943b8f5b18 details 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy a68635a919 list constructors do not adjust last expression 24 years ago
Roberto Ierusalimschy 2112142680 allow syntax << function (x) ... end (...) >> as a statement 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 2cc94ac81b avoid name clash with `sys/stat' 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 888f91fa24 code check for upvalues 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy f8509668dc details. 24 years ago
Roberto Ierusalimschy 40f4e931f3 more liberal syntax for expressions 24 years ago
Roberto Ierusalimschy d2e340f467 string pointers are always fully aligned 24 years ago