Martin Rubey <[EMAIL PROTECTED]> writes: > Waldek Hebisch <[EMAIL PROTECTED]> writes: > > > I am for the change. However, it would be good to test it together with the > > patch below. The patch below should disable use of '^' as prefix operator. > > It seems that the patch below requires changes to boot code too - at least, > build fails. I'll try without that patch. If I succeed, I'll propose a patch > that modifies the boot code accordingly, too.
OK, it seems that this is working. I do not have the time and energy to look into the places where ^ is cared for, grep "\^[^=]" *.boot in the interp directory will find them for you. Another question: should we replace "^" by "not" or by "~"? (in boot, "^" is used extensively...) For the moment, I wrote "not". Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
