You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cryptol supports definition of custom infix operators, but there are some restrictions on what characters can be used in that definition. They're defined in the lexer; per @yav:
([\!\#\$\%\&\*\+\-\.\/\:\<\=\>\?\@\\\^\|\~] | $unisymbol)+
where unisymbol are things that in unicode are categorized like this:
We should add documentation somewhere to document what the allowable characters are (and perhaps also the general syntax). I don't see anything about custom-defined infix operators in the book or the reference manual; this would probably fit best in the refman.
The text was updated successfully, but these errors were encountered:
Cryptol supports definition of custom infix operators, but there are some restrictions on what characters can be used in that definition. They're defined in the lexer; per @yav:
We should add documentation somewhere to document what the allowable characters are (and perhaps also the general syntax). I don't see anything about custom-defined infix operators in the book or the reference manual; this would probably fit best in the refman.
The text was updated successfully, but these errors were encountered: