Implement JS-style variable destructuring. #7
Labels
component:parser
This issue is related to the Parser, Grammar and/or Parselets.
enhancement
New feature or request
TODO
There's a TODO in code marking it.
Milestone
Implement JS-style variable destructuring in Lin.
Destructuring will only be allowed at variable declarations.
com.github.adriantodt.lin.parser.parselets.misc.DeclareVariableParser#parse(DeclareVariableParser:18):
The old Lin implementation implements Kotlin-style destructuring. It's probably worth taking a look too.
The text was updated successfully, but these errors were encountered: