Roberto Ierusalimschy
|
922f36a05b
details
|
23 years ago |
Roberto Ierusalimschy
|
ad41fc11eb
details in arithmetic implementation
|
23 years ago |
Roberto Ierusalimschy
|
e34f282365
`luaV_gettable' returns element position
|
23 years ago |
Roberto Ierusalimschy
|
3941af53ad
first implementation of independent global table per function
|
23 years ago |
Roberto Ierusalimschy
|
c31494df26
avoid gotos when possible
|
23 years ago |
Roberto Ierusalimschy
|
864c96f36c
new fallback for equality `__eq'
|
23 years ago |
Roberto Ierusalimschy
|
eeab473fc8
new fallback __le (less equal), for partial order
|
23 years ago |
Roberto Ierusalimschy
|
000d081fd0
warnings from other compilers
|
23 years ago |
Roberto Ierusalimschy
|
fa23301251
defintions for lua_number2str and lua_str2number don't need to be public
|
23 years ago |
Roberto Ierusalimschy
|
5094c37988
`strconc' -> `concat'
|
23 years ago |
Roberto Ierusalimschy
|
46c471d7e9
new `__newindex' eventfield
|
23 years ago |
Roberto Ierusalimschy
|
b7a0503c1d
new format for error messages
|
23 years ago |
Roberto Ierusalimschy
|
af19d55635
generic for also coded to make test at the end of the loop
|
23 years ago |
Roberto Ierusalimschy
|
78b40bf57d
`skip' instructions must be followed by a jump
|
23 years ago |
Roberto Ierusalimschy
|
0dbf0c5953
new format for test intructions (handle NaN correctly)
|
23 years ago |
Roberto Ierusalimschy
|
9a0f0dcc77
precompiler may create functions without `lineinfo'
|
23 years ago |
Roberto Ierusalimschy
|
9b38a696d5
avoid names that differ only in capitalization
|
23 years ago |
Roberto Ierusalimschy
|
f388ee4a82
new way to handle errors
|
23 years ago |
Roberto Ierusalimschy
|
6c7334a9ac
line trace uses `savedpc' to save last `pc' seen
|
23 years ago |
Roberto Ierusalimschy
|
7b65328c8e
new semantics for `generic for' (with state)
|
23 years ago |
Roberto Ierusalimschy
|
801aaf37b1
simpler implementation for line information
|
23 years ago |
Roberto Ierusalimschy
|
00af2faae7
first implementation of proper tail call
|
23 years ago |
Roberto Ierusalimschy
|
63a614e145
some improvements in stack control
|
23 years ago |
Roberto Ierusalimschy
|
938092489b
erroneous objects may not live in the stack
|
23 years ago |
Roberto Ierusalimschy
|
bd8b9c94b3
generic for (with any number of control variables)
|
23 years ago |
Roberto Ierusalimschy
|
6b0c38c2e7
`inline' of tonumber
|
23 years ago |
Roberto Ierusalimschy
|
51bf91a970
detail
|
23 years ago |
Roberto Ierusalimschy
|
1e602a61b3
new generic `for'
|
23 years ago |
Roberto Ierusalimschy
|
67bda7e136
details.
|
23 years ago |
Roberto Ierusalimschy
|
38b0e6128d
simpler implementation for `for' loops
|
23 years ago |