> On Mon, Oct 19, 2009 at 5:34 PM, Will Ness <will_n48 <at>
yahoo.com> wrote:
> > This syntax already exists. The '`' symbol is non-collating already, so
> > using it for symbol chars doesn't change anything (it's not that it
> > can be a part of some name, right?). To turn an infix op into an infix op
> > is an id operation, made illegal artificially at the scan phase after a
> > successful lex (or whatever).
>
> If I've accidentally applied syntax meant for a prefix operator to an
> infix operator, *I want the compiler to tell me*, and not to silently
> accept my mistake.
You don't apply sytax, you write it.