Roberto Ierusalimschy
|
942c10a5e3
Optional initialization for global declarations
|
3 weeks ago |
Roberto Ierusalimschy
|
07b009c371
No need to limit variable declarations to 250
|
1 month ago |
Roberto Ierusalimschy
|
519c57d597
Removed uneeded check in parser
|
1 month ago |
Roberto Ierusalimschy
|
c15543b9af
Bug: check for constructor overflow in [exp] fields
|
2 months ago |
Roberto Ierusalimschy
|
be05c44481
New way to control preambular declaration
|
2 months ago |
Roberto Ierusalimschy
|
6d53701c7a
Proper error message when jumping into 'global *'
|
2 months ago |
Roberto Ierusalimschy
|
abbae57c78
Variable attributes can prefix name list
|
2 months ago |
Roberto Ierusalimschy
|
ded2ad2d86
Slightly faster way to check for "global"
|
2 months ago |
Roberto Ierusalimschy
|
3fb7a77731
Internalized string "break" kept by the parser
|
2 months ago |
Roberto Ierusalimschy
|
fded0b4a84
Remove compat code in parser when not needed
|
2 months ago |
Roberto Ierusalimschy
|
3b9dd52be0
Collective declaration for globals ('global *')
|
2 months ago |
Roberto Ierusalimschy
|
7dc6aae290
Correct line in error message for constant function
|
2 months ago |
Roberto Ierusalimschy
|
5b1ab8efdc
'expdesc' doesn't depend on 'actvar' for var. info.
|
2 months ago |
Roberto Ierusalimschy
|
7ade155762
Janitorial work on casts
|
2 months ago |
Roberto Ierusalimschy
|
3f0ea90aa8
New syntax 'global function'
|
2 months ago |
Roberto Ierusalimschy
|
4365a45d68
Checks for read-only globals
|
2 months ago |
Roberto Ierusalimschy
|
be81209063
First implementation of global declarations
|
2 months ago |
Roberto Ierusalimschy
|
9b014d4bcd
Details (typos in comments)
|
3 months ago |
Roberto Ierusalimschy
|
50fd8d03c3
Function 'luaK_semerror' made vararg
|
3 months ago |
Roberto Ierusalimschy
|
3cdd49c94a
Fixed conversion warnings from clang
|
6 months ago |
Roberto Ierusalimschy
|
10e931da82
Error "break outside loop" made a syntax error
|
6 months ago |
Roberto Ierusalimschy
|
4b107a8776
Details in lparser.c
|
6 months ago |
Roberto Ierusalimschy
|
7ca3c40b50
Another way to compile goto's
|
6 months ago |
Roberto Ierusalimschy
|
1c40ff9faa
Scanner and parser use different tables for constants
|
7 months ago |
Roberto Ierusalimschy
|
9b72355f99
USHRT_MAX changed to SHRT_MAX
|
10 months ago |
Roberto Ierusalimschy
|
75620b45ae
'lcode.c' can use 'checklimit', too
|
11 months ago |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 year ago |
Roberto Ierusalimschy
|
c403e456b6
New instruction format for SETLIST/NEWTABLE
|
1 year ago |
Roberto Ierusalimschy
|
9904c253da
Flexible limit for use of registers by constructors
|
1 year ago |
Roberto Ierusalimschy
|
55ac40f859
Cleaning of llimits.h
|
1 year ago |