List of binary infix operators

Is there a documentation page where all the binary infix operators are gathered?

Thanks

2 Likes

The best source for a list is probably the beginning of the parser source code:

1 Like

|\=| what is this? is this a binary infix operator by its self?

I think it is one of the “strange-looking things” the comment about the lexer refers to.