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.
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.