@Kha Before this commit, we were producing the error "expected command" at the `let` token ```lean check id let x := 1; x ``` The new error is "expected command, but found term; this error may be due to parsing precedence levels, consider parenthesizing the term". The example above looks artificial, but it will happen all the time as users start to define their own notation. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| playground | ||
| plugin | ||
| .gitignore | ||
| common.sh | ||