Implement parsing and token locations

This commit is contained in:
0x4261756D
2023-09-21 18:30:50 +02:00
parent 721383a043
commit b00a99ab6a
5 changed files with 2721 additions and 251 deletions

View File

@ -1 +1,8 @@
a, b = 12, test(32, 4)
local t=(string.find(originalField.af,'m') and originalField.tableAction) or c.tableAction or originalField.tableAction or tableActionGeneric
b = {["a"] = 23}
for i=0, 10 do b[i] = 2^23 end
print("asdf")
function test(a, b)
return 12 + a / b
end