Akeit0
|
cffddbe842
Fix: new line codes in short literal
|
9 months ago |
Akeit0
|
6a842ede57
Fix: backslash with real newline in short literal doesn't work
|
9 months ago |
Akeit0
|
d54cca6432
Fix: revert access modifier
|
9 months ago |
Akeit0
|
b6567ced0c
Fix: `or` doesn't work well
|
9 months ago |
Akeit0
|
cc68459647
Optimize: return LuaThread.GetCurrentFrame by ref readonly
|
9 months ago |
Akeit0
|
3c2be936ff
Fix: hook metamethods
|
9 months ago |
Akeit0
|
a54abf5b9d
Add: BitFlags
|
9 months ago |
Akeit0
|
7051b6a5bc
Add: debug.gethook/sethook
|
9 months ago |
Akeit0
|
f9655ad9b7
Change: enhance traceback handling for TailCall
|
9 months ago |
Akeit0
|
4c0317351c
Fix: improve supports for source position tracking
|
9 months ago |
Akeit0
|
dee257d154
Add: CsClosure
|
9 months ago |
annulusgames
|
62929b77bb
Update LICENSE
|
9 months ago |
yn01
|
2409b8dacb
Update LICENSE
|
9 months ago |
Akeit0
|
9f927240a8
Add: debug.getuservalue, setuservalue and upvalueid
|
9 months ago |
Akeit0
|
9f59f05634
Add: LightUserData
|
9 months ago |
Akeit0
|
418aae7ab6
Add: ILuaUserData.UserValues property
|
9 months ago |
Akeit0
|
53c4cc168b
Fix: find function name from global fields for traceback
|
10 months ago |
Akeit0
|
3064beed0f
Fix: wrong function name with debug
|
10 months ago |
Akeit0
|
8cef3b4c65
Add: LuaDebug
|
10 months ago |
Akeit0
|
b94c674798
Fix: reset order
|
10 months ago |
Akeit0
|
db1e46eb8d
Fix: SetList misplaces the top of the stack
|
10 months ago |
Akeit0
|
005ff07031
Fix: unintended `index out of range exception` on other exception
|
10 months ago |
Akeit0
|
8b134a2312
Add: debug.getinfo
|
10 months ago |
Akeit0
|
320a634779
Add: debug.upvaluejoin
|
10 months ago |
Akeit0
|
3501dacddd
Add: debug library, but not full
|
10 months ago |
Akeit0
|
6b5aef763d
Refactor: remove debug codes
|
10 months ago |
Akeit0
|
6bcfa1be1f
Fix: Self is not passed to `__call` metamethod
|
10 months ago |
wmltogether
|
4bccb7d7a0
Fix random with two arguments MUST >= 1.
|
11 months ago |
wmltogether
|
6f2391b259
Fix random input with only one argument.
|
11 months ago |
wmltogether
|
0a05d766d4
Fix the result of math.random is inconsistent with Lua standard library.
|
11 months ago |