Qiyamah
#1
Is there a documentation page where all the binary infix operators are gathered?
Thanks
1 Like
The best source for a list is probably the beginning of the parser source code:
Qiyamah
#3
|\=| 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.