Roberto Ierusalimschy
|
42fa305649
better error messages;
|
28 years ago |
Roberto Ierusalimschy
|
075b7918c3
new function "getintmethod"
|
28 years ago |
Roberto Ierusalimschy
|
27d95f1880
"newtag" does not need a type name.
|
28 years ago |
Roberto Ierusalimschy
|
efaaf99c42
first version of "setglobal" and "getglobal" internal methods.
|
28 years ago |
Roberto Ierusalimschy
|
ad5574c4c9
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
28 years ago |
Roberto Ierusalimschy
|
03d917f229
some corrections, improvements;
|
28 years ago |
Roberto Ierusalimschy
|
5d60470508
i.m. "arith" and "order" splited for different operations
|
28 years ago |
Roberto Ierusalimschy
|
1444d28476
first full implementation of internal methods
|
28 years ago |
Roberto Ierusalimschy
|
131d66efd2
first step in implementing internal methods.
|
28 years ago |
Roberto Ierusalimschy
|
bced00ab9e
lua_Reference is int, so say so.
|
29 years ago |
Roberto Ierusalimschy
|
0ef5cf2289
lock mechanism seperseded by the REFERENCE mechanism.
|
29 years ago |
Roberto Ierusalimschy
|
43382ce5a2
new fallback "getglobal".
|
29 years ago |
Roberto Ierusalimschy
|
970995c3f2
'luaI_travfallbacks' now can look for a fallback.
|
30 years ago |
Roberto Ierusalimschy
|
1bb3fb73cc
fallback table now has number of parameters and results of each
|
30 years ago |
Roberto Ierusalimschy
|
68f337dfa6
Garbage collection of functions + header structure for functions
|
30 years ago |
Roberto Ierusalimschy
|
609392ff2e
fallback for "call expression not a function" errors
|
31 years ago |
Roberto Ierusalimschy
|
96ea2e0fb4
fallback to unary minus is 'arith' with operation code 'unm'
|
31 years ago |
Roberto Ierusalimschy
|
333a4f13d0
lua_lock receives its parameter via stack
|
31 years ago |
Roberto Ierusalimschy
|
8a0521fa52
fallback for garbage collection
|
31 years ago |
Roberto Ierusalimschy
|
9deac27704
fallback list moved from opcode.c to fallback.c
|
31 years ago |
Roberto Ierusalimschy
|
2cf954b8ae
lock mechanism
|
31 years ago |
Roberto Ierusalimschy
|
63d300167e
module to implement default fallbacks and lock mechanisms
|
31 years ago |