On 8/21/19 2:01 PM, Prof. Dr. Johannes Grabmeier privat wrote: > would like to have a binary operation -> (or something similar, e.g. =>, > ==>, -->". How to handle this properly with all these special meanings?
I think "=>" "==>" "->" is built-in grammar, so you can't use them. As for "-->" you can at least use them in prefix form, but that's ugly. > Any ideas / workarounds? > I think a workaround should be using ">>", "<<", or even "/\" "\/", they seem to be supported by the scanner and parser. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/1d6ed09e-0c96-892b-c103-2a9332226970%40gmail.com.
