Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
onsider Elaboration in infix grammar
Infix grammar handles multiline cases like `plus`. however elaboration scripts know the terms `(x), `{x} and `{{x}} resulting in unclosed backticks which trip the grammar. This is an attempt to exclude these special cases in the handling of infix functions.
- Loading branch information