Roberto Ierusalimschy
|
6d8b672094
more uses of 'l_noret'
|
13 年之前 |
Roberto Ierusalimschy
|
51471ba748
comments about use of 'luaH_set'
|
14 年之前 |
Roberto Ierusalimschy
|
ea46b750dc
comment
|
14 年之前 |
Roberto Ierusalimschy
|
92afcf2823
no more 'luaH_setstr (used only once) + 'luaH_setint' receives value
|
14 年之前 |
Roberto Ierusalimschy
|
559bb554c9
no more 'zungetc' (better not to read next char)
|
14 年之前 |
Roberto Ierusalimschy
|
067f761739
better code for numerical escapes
|
14 年之前 |
Roberto Ierusalimschy
|
32e09c2a16
detail
|
14 年之前 |
Roberto Ierusalimschy
|
df19931ddc
error on invalid escape sequences
|
14 年之前 |
Roberto Ierusalimschy
|
b5084fdafe
detail (comment)
|
14 年之前 |
Roberto Ierusalimschy
|
d8200d5f3c
'\*' -> '\z' + '\?' is not an official escape sequence
|
14 年之前 |
Roberto Ierusalimschy
|
3d3355b4f3
label syntax changed to '::label::'
|
14 年之前 |
Roberto Ierusalimschy
|
44b6f496b5
just in case, avoid side effects in 'ctype' macros
|
14 年之前 |
Roberto Ierusalimschy
|
bc1c718cc0
removed TOKEN_LEN (useless)
|
14 年之前 |
Roberto Ierusalimschy
|
7482e8f914
no need of lookahead in Zio
|
14 年之前 |
Roberto Ierusalimschy
|
a4a8914c20
new reserved word 'goto'
|
14 年之前 |
Roberto Ierusalimschy
|
c4ea0c3b29
detail (cleaning trailing spaces)
|
14 年之前 |
Roberto Ierusalimschy
|
1aead7f553
'hexafloat' moved to 'lobject.c' (hexa conversion needs it too)
|
14 年之前 |
Roberto Ierusalimschy
|
ccc4fc9cf0
detection of erroneous numeric strings with \0 (such as "1\0")
|
14 年之前 |
Roberto Ierusalimschy
|
54771c5afa
keep 'seminfo->ts' even for reserved words, just in case
|
14 年之前 |
Roberto Ierusalimschy
|
c77baf752c
comment
|
14 年之前 |
Roberto Ierusalimschy
|
b22356e5c5
hexadecimal constants may be floating values too
|
15 年之前 |
Roberto Ierusalimschy
|
0df2238063
name "_ENV" configurable through 'luaconf.h'
|
15 年之前 |
Roberto Ierusalimschy
|
d8d81ba891
new escape sequence '\*' + several comments + moving options from
|
15 年之前 |
Roberto Ierusalimschy
|
6abde1b05a
no need to keep "_ENV" name in global state (can be kept in lex state)
|
15 年之前 |
Roberto Ierusalimschy
|
347f0c33d1
avoid 'continue' unless necessary
|
15 年之前 |
Roberto Ierusalimschy
|
35fa276099
parser/scanner keep GC running
|
15 年之前 |
Roberto Ierusalimschy
|
889284ebd0
hexadecimal escape sequences in strings + better error messages for
|
16 年之前 |
Roberto Ierusalimschy
|
6ffcf21367
ctype 'lalpha' includes '_' (as '_' behaves as a letter from the
|
16 年之前 |
Roberto Ierusalimschy
|
6905ae900b
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
|
16 年之前 |
Roberto Ierusalimschy
|
41dd32e18e
comment (should not use 'go trhough' when simply using multiple labels)
|
16 年之前 |