Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2008-07-16 13:09:41 -0700 (Wed, 16 Jul 2008)
Revision: 13131
Log message:
_Almost_ compiles with 3.10. Term errors during .prla parsing are warnings only.
I don't know how we did the backslash-opnames, like \subtype, but for now it is
turned off. You have to write "subtype".
Note, the sequence [< is a single token. A quotation needs a space around it.
[<< 'A + 'B >>] (* Incorrect *)
[ << 'A + 'B >>] (* Correct *)