Roberto Ierusalimschy
|
52aad0ab59
removing implementation for better error messages (must rethink it...)
|
25 years ago |
Roberto Ierusalimschy
|
74f1c3d025
small changes for "clean C"
|
25 years ago |
Roberto Ierusalimschy
|
1f691a4fcd
renaming of some opcodes and fields
|
25 years ago |
Roberto Ierusalimschy
|
d11e5adf55
`const' array in protos breaked in 3 arrays (for strings, numbers, and
|
25 years ago |
Roberto Ierusalimschy
|
99e340b2ba
keep `top' in registers when running basic tasks (settable, getglobal, ...)
|
25 years ago |
Roberto Ierusalimschy
|
512b15b601
small optimizations (relational operators)
|
25 years ago |
Roberto Ierusalimschy
|
2877bad4c2
new debug API (first version)
|
25 years ago |
Roberto Ierusalimschy
|
46ec57cbc6
little change when calling tag methods
|
25 years ago |
Roberto Ierusalimschy
|
bcdbdaccc3
more debug information (still with bug for tag methods...)
|
25 years ago |
Roberto Ierusalimschy
|
298d0abff7
first version of extra debug information (NAME)
|
25 years ago |
Roberto Ierusalimschy
|
acdb0b741e
comments.
|
25 years ago |
Roberto Ierusalimschy
|
b1b0c219f5
new ttypes to distinguish between C closures and Lua closures.
|
25 years ago |
Roberto Ierusalimschy
|
6c79a0a80d
new way to control hooks inside hooks (now the control is done inside Lua)
|
26 years ago |
Roberto Ierusalimschy
|
1b15206cf9
many details + code redistribution
|
26 years ago |
Roberto Ierusalimschy
|
dea54a7c71
comments
|
26 years ago |
Roberto Ierusalimschy
|
ba1f504970
`optimization' doesn't seem to make any difference...
|
26 years ago |
Roberto Ierusalimschy
|
1fdb445e7d
details.
|
26 years ago |
Roberto Ierusalimschy
|
fe237ad808
fixed stack; first version.
|
26 years ago |
Roberto Ierusalimschy
|
3181dfefee
details
|
26 years ago |
Roberto Ierusalimschy
|
33b8a01032
new way to code CALLs + passing multiple arguments between function calls
|
26 years ago |
Roberto Ierusalimschy
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 years ago |
Roberto Ierusalimschy
|
cde179b369
new implementation for global variable values (separated from strings)
|
26 years ago |
Roberto Ierusalimschy
|
8e7451512f
some more `const's
|
26 years ago |
Roberto Ierusalimschy
|
4e9f2d13d5
new implementation of hash tables.
|
26 years ago |
Roberto Ierusalimschy
|
7eb2f18621
remove of some useless #includes
|
26 years ago |
Roberto Ierusalimschy
|
2e13cd77ab
new interface for `luaO_strtod', which now checks signal, too.
|
26 years ago |
Roberto Ierusalimschy
|
c787dccd9b
"const" !!!
|
26 years ago |
Roberto Ierusalimschy
|
a82c8185bc
details
|
26 years ago |
Roberto Ierusalimschy
|
521b38532a
better interfaces for luaD_calln (x luaD_call)
|
26 years ago |
Roberto Ierusalimschy
|
cdd0fe9946
some C compilers cannot initialize a local struct
|
26 years ago |