Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
interp: add TODOs about test operator precedence
Spotted this parser issue when investigating #1036. Note that parsing of [[ happens in the syntax parser, but the classic [ test is done in the interpreter. Both treat both binary operators as having the same precedence.
- Loading branch information