-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
-- test.lua
local table3 = {}
table3[#table3 + 1] = 100
run
luaparser ./test.lua
output
{
...
"ULengthOp": {
"operand": {
"AddOp": {
"left": {
"Name": {
"id": "table3",
"start_char": 26,
"stop_char": 31,
"line": 2
}
},
"right": {
"Number": {
"n": 1,
"start_char": 35,
"stop_char": 35,
"line": 2
}
},
}
}
}
...
}
expected:
AddOp
{
left: ULengthOp {}
right: {...}
}
Metadata
Metadata
Assignees
Labels
No labels