Roberto Ierusalimschy
|
d1608c597e
|
reserved words are stored in main string table; "marked" field is
used to indicate its type.
Table initializations centralized by "tree.c".
|
1996-02-14 10:35:51 -03:00 |
|
Roberto Ierusalimschy
|
41259bff31
|
BIG CHANGE: new data structure for constants, strings and globals, using
an array of hash tables for all them.
|
1996-02-12 15:32:40 -03:00 |
|
Roberto Ierusalimschy
|
0d50b87aa4
|
lua_table now has references to global variable names (TreeNode's).
|
1996-01-26 16:03:19 -02:00 |
|
Roberto Ierusalimschy
|
15f40fddca
|
'nextvar' now traverses the symbol array, instead of the constant tree.
|
1995-10-17 09:53:53 -02:00 |
|
Roberto Ierusalimschy
|
8faf4d1de2
|
control of garbage collection is done with Longs, as there can be
more than WORD objects to collect.
|
1995-01-12 12:19:04 -02:00 |
|
Roberto Ierusalimschy
|
8cb8594a3b
|
better control of integer types and their limits
|
1994-12-20 19:20:36 -02:00 |
|
Roberto Ierusalimschy
|
10bdd83844
|
new hash function; hash value for strings are kept with the string
|
1994-11-25 17:27:03 -02:00 |
|
Roberto Ierusalimschy
|
d490555ec9
|
garbage collection tag for strings organized in struct TaggedString
|
1994-11-23 12:32:00 -02:00 |
|
Roberto Ierusalimschy
|
73664eb739
|
function 'lua_createstring' moved from table.c to tree.c
|
1994-11-18 17:27:38 -02:00 |
|
Roberto Ierusalimschy
|
b234da1cc2
|
changes in garbage collection control
|
1994-11-17 11:58:57 -02:00 |
|
Roberto Ierusalimschy
|
94686ce585
|
correction of function 'nextvar'
|
1994-11-16 14:03:48 -02:00 |
|
Roberto Ierusalimschy
|
86b35cf4f6
|
unification of symbol tree and constant tree
|
1994-11-14 19:40:14 -02:00 |
|
Waldemar Celes
|
1c749a3059
|
Arvore binaria de strings, variaveis e constantes.
|
1994-07-19 18:24:17 -03:00 |
|