Roberto Ierusalimschy
|
082aded149
|
warnings
|
1999-02-24 12:37:19 -03:00 |
Roberto Ierusalimschy
|
b82ff713e3
|
new name for opcode
|
1999-02-09 16:01:55 -02:00 |
Roberto Ierusalimschy
|
ad6c7b0dd4
|
small corrections in opcodes.
|
1999-02-09 13:59:10 -02:00 |
Roberto Ierusalimschy
|
8b2d97d187
|
assignment expression may be multiple
|
1999-02-08 16:54:19 -02:00 |
Roberto Ierusalimschy
|
fb1cf6ab2d
|
clearer way to set tables.
|
1999-02-08 15:07:59 -02:00 |
Roberto Ierusalimschy
|
5687949560
|
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
1999-02-04 15:47:59 -02:00 |
Roberto Ierusalimschy
|
cbc58af260
|
new opcode for "long" arguments (3 bytes)
|
1999-02-04 14:36:16 -02:00 |
Roberto Ierusalimschy
|
27407fc1f5
|
new syntax: assignment expressions + better order for opcodes
|
1999-02-02 17:41:17 -02:00 |
Roberto Ierusalimschy
|
1a17da2ff9
|
opcodes with builtin parameters are too complicated for very little extra
performance.
|
1999-02-02 15:57:49 -02:00 |
Roberto Ierusalimschy
|
50248e440a
|
"if" expression leaves only one of its expressions on the stack
|
1999-02-02 11:47:31 -02:00 |
Roberto Ierusalimschy
|
0f0079f394
|
"if" expressions.
|
1999-02-01 16:52:05 -02:00 |
Roberto Ierusalimschy
|
68267ed878
|
negative numerals do not need a MINUSOPeration; go directly to contant
table.
|
1999-01-29 11:48:58 -02:00 |
Roberto Ierusalimschy
|
eec31aaca5
|
<string.h> is needed because of "memcpy".
|
1999-01-21 16:38:39 -02:00 |
Roberto Ierusalimschy
|
e87fddf1ad
|
GC can be called during parsing, if needed.
|
1999-01-15 09:38:33 -02:00 |
Roberto Ierusalimschy
|
766e67ef3b
|
to avoid warnings about "typecast" (Visual C++)
|
1998-12-28 11:44:54 -02:00 |
Roberto Ierusalimschy
|
d3ac7075a2
|
better error message
|
1998-12-23 12:06:57 -02:00 |
Roberto Ierusalimschy
|
1d420c2c11
|
better error message for code too long (old one was misleading when the
problem was SETLINE after 64k lines...)
|
1998-08-11 10:28:05 -03:00 |
Roberto Ierusalimschy
|
e1a127245d
|
details ("luaX_token2str" doesn't need LexState)
|
1998-07-24 15:02:38 -03:00 |
Roberto Ierusalimschy
|
dcb1a08906
|
"exp" changed to "exp0" to avoid problems with math.h.
|
1998-07-06 19:07:51 -03:00 |
Roberto Ierusalimschy
|
da94130160
|
stupid bug (in syntax print "hello")
|
1998-06-24 11:48:15 -03:00 |
Roberto Ierusalimschy
|
7e59a8901d
|
NEW LL(1) PARSER
|
1998-05-27 10:08:34 -03:00 |