Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deep function definition indexing #5

Closed
Vurv78 opened this issue Jun 14, 2022 · 1 comment
Closed

Deep function definition indexing #5

Vurv78 opened this issue Jun 14, 2022 · 1 comment
Labels
A-Parser Area: Parser P-5.1 Parity with Lua 5.1 P-5.2 Parity with Lua 5.2 P-5.3 Parity with Lua 5.3 P-5.4 Parity with Lua 5.4 P-JIT Parity with LuaJIT 2.1+ T-Feature Feature request

Comments

@Vurv78
Copy link
Owner

Vurv78 commented Jun 14, 2022

Need to add compatibility for deep function indexing to be able to do this:

function test.x.y:z() end

Right now it only supports one layer:

function test.x() end

and

function test:x() end
@Vurv78 Vurv78 added T-Feature Feature request P-5.1 Parity with Lua 5.1 P-5.2 Parity with Lua 5.2 P-5.3 Parity with Lua 5.3 P-5.4 Parity with Lua 5.4 P-JIT Parity with LuaJIT 2.1+ A-Parser Area: Parser labels Jun 14, 2022
@Vurv78
Copy link
Owner Author

Vurv78 commented Apr 13, 2023

Fixed with new parser.

@Vurv78 Vurv78 closed this as completed Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Parser Area: Parser P-5.1 Parity with Lua 5.1 P-5.2 Parity with Lua 5.2 P-5.3 Parity with Lua 5.3 P-5.4 Parity with Lua 5.4 P-JIT Parity with LuaJIT 2.1+ T-Feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant