Commit ee6951e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3467 | 3467 | | |
3468 | 3468 | | |
3469 | 3469 | | |
3470 | | - | |
| 3470 | + | |
3471 | 3471 | | |
- .github/skills/luajit-syntax/SKILL.md+184
- .github/skills/luajit-syntax/references/syntax-extensions.md+237
- .github/workflows/deepseek_view.yml+49
- .gitignore+1
- .luarc.json+4-1
- changelog.md+14
- locale/en-us/script.lua+2
- locale/en-us/setting.lua+2
- locale/es-419/script.lua+2
- locale/es-419/setting.lua+2
- locale/ja-jp/script.lua+2
- locale/ja-jp/setting.lua+2
- locale/pt-br/script.lua+2
- locale/pt-br/setting.lua+2
- locale/zh-cn/script.lua+2
- locale/zh-cn/setting.lua+2
- locale/zh-tw/script.lua+2
- locale/zh-tw/setting.lua+2
- make.sh
- meta/template/math.lua+1-1
- meta/template/os.lua+9-9
- script/config/template.lua+1
- script/files.lua+8-6
- script/parser/compile.lua+480-41
- script/parser/guide.lua+5
- script/parser/luadoc.lua+34
- script/parser/tokens.lua+8
- script/provider/name-style.lua+1-1
- script/provider/provider.lua+1-1
- script/utility.lua+19
- script/vm/compiler.lua+79-20
- script/vm/operator.lua+88-7
- script/vm/type.lua+15-3
- test/diagnostics/param-type-mismatch.lua+19
- test/other/init.lua+1
- test/other/view-string.lua+15
- test/parser_test/LuaJIT/expr_bit.lua+203
- test/parser_test/LuaJIT/expr_bit_bitop.lua+90
- test/parser_test/LuaJIT/expr_coal.lua+156
- test/parser_test/LuaJIT/expr_cond.lua+211
- test/parser_test/LuaJIT/expr_customary.lua+125
- test/parser_test/LuaJIT/expr_nav.lua+273
- test/parser_test/LuaJIT/expr_shortfunc.lua+177
- test/parser_test/LuaJIT/ffi_expr_bit.lua+74
- test/parser_test/LuaJIT/ffi_expr_bit_bit64.lua+63
- test/parser_test/LuaJIT/ffi_expr_bit_bitop.lua+82
- test/parser_test/LuaJIT/number_underscore.lua+22
- test/parser_test/LuaJIT/stmt_compound.lua+133
- test/parser_test/LuaJIT/stmt_const.lua+114
- test/parser_test/LuaJIT/stmt_continue.lua+160
- test/parser_test/init.lua+1
- test/parser_test/luajit_ext.lua+165
- test/type_inference/common.lua+32
- test/type_inference/field_override.lua+68
- test/type_inference/generic_operator.lua+202
- test/type_inference/init.lua+2
0 commit comments