pub fn word_op_700(s: &str) -> Option<&'static str>
Precedence-700 operators that the tokenizer emits as bare atoms (@<, @>, @=<, @>=, =..). Returns the canonical name when s is one of them.
@<
@>
@=<
@>=
=..
s