Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |
Roberto Ierusalimschy
|
dbfb810267
cleansing of lparser.c
|
25 years ago |
Roberto Ierusalimschy
|
7e30900def
better field name
|
25 years ago |
Roberto Ierusalimschy
|
58fbdc76d5
better implementation for looh-ahead
|
25 years ago |
Roberto Ierusalimschy
|
a301304612
accepts `$debug' in the middle of a function.
|
25 years ago |
Roberto Ierusalimschy
|
677313da32
bug: record-constructor starting with an upvalue name gets an error
|
25 years ago |
Roberto Ierusalimschy
|
ef62b340e0
code cleaner for 16 bits.
|
25 years ago |
Roberto Ierusalimschy
|
5c2dd7a9e0
array `luaK_opproperties' keeps delta stack and mode for each opcode
|
25 years ago |
Roberto Ierusalimschy
|
93d93a0bfb
first implementation of `for' over tables
|
25 years ago |
Roberto Ierusalimschy
|
843f84f4ce
first element in a list constructor is not adjusted to one value.
|
25 years ago |
Roberto Ierusalimschy
|
330e51bed3
string hash uses one single hash table
|
25 years ago |
Roberto Ierusalimschy
|
35a6ed2838
detail (error message)
|
25 years ago |
Roberto Ierusalimschy
|
c31f02948f
[C++ Warning] lparser.c(326): W8066 Unreachable code.
|
25 years ago |
Roberto Ierusalimschy
|
f9cf402fbd
first implementation of FOR
|
25 years ago |
Roberto Ierusalimschy
|
0433e42023
no more repeat ... end.
|
25 years ago |
Roberto Ierusalimschy
|
0810bc707f
new syntax: |label|
|
25 years ago |
Roberto Ierusalimschy
|
54dd5cc7fd
reorganization of lcode.c
|
25 years ago |
Roberto Ierusalimschy
|
031978798c
more optimizations
|
25 years ago |
Roberto Ierusalimschy
|
d615e78e08
new optimization: jumps to jumps
|
25 years ago |
Roberto Ierusalimschy
|
22329e4cdf
implementation of BREAK
|
25 years ago |
Roberto Ierusalimschy
|
3e45496295
syntactical details
|
25 years ago |
Roberto Ierusalimschy
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
Roberto Ierusalimschy
|
213e9febc8
limits now are in `llims.n'
|
25 years ago |
Roberto Ierusalimschy
|
415ee1a24f
SETLINEs for reserved words, too.
|
25 years ago |
Roberto Ierusalimschy
|
1157c2a7e4
better(?) treatment for SETLINE + while optimization is too complex for
|
25 years ago |
Roberto Ierusalimschy
|
3860c5934e
details.
|
25 years ago |
Roberto Ierusalimschy
|
f0b697e01c
details
|
25 years ago |
Roberto Ierusalimschy
|
73aa465a8e
some name changes
|
25 years ago |
Roberto Ierusalimschy
|
e3cf93ddb6
first implementation of "threaded code" for boolean operations
|
25 years ago |
Roberto Ierusalimschy
|
88b306f495
some optimizations
|
25 years ago |