When trying to use square brackets, the parsing inside is weirdly done.
Minimal example : set [test + J + 1], 1
Expected result : compiles and actually precomputes test + 1
Actual result : doesn't compile and I get the error Error: Error { kind: UnknownLabel("J"), state: State { next_error: None, backtrace: None } }.
When trying to use square brackets, the parsing inside is weirdly done.
Minimal example :
set [test + J + 1], 1Expected result : compiles and actually precomputes test + 1
Actual result : doesn't compile and I get the error
Error: Error { kind: UnknownLabel("J"), state: State { next_error: None, backtrace: None } }.