Skip to main content

op_700

Function op_700 

Source
pub fn op_700(kind: &TokenKind) -> Option<&'static str>
Expand description

Precedence-700 non-associative operators (is, =, comparisons, term ordering). Maps a fixed-kind token to its operator atom name. The “word” operators that arrive as Atom(..) tokens (@<, =.., …) are handled by word_op_700.