On Sat, Oct 2, 2010 at 12:09 PM, Christopher Gilbreth <[email protected]>wrote:
> Not that I totally understand this, but could you use quotes, > > infixl *precedence *"and not" > > ? > Not really. First, we need to handle cases that are not infix. Second, quotes *really* need to occur in pairs, lest the string syntax get messed up. I ended up settling on '#_', which isn't ideal, but provides an opportunity for future new categories. shap
_______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
