K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1995-04-29T09:56:51.000000Z
K 24
svn:entry:committed-date
V 27
1995-04-29T09:56:51.000000Z
K 7
svn:log
V 522
There were several places where m4 did not conform to the specification
in `The M4 Macro Processor', by Kernighan and Ritchie.  The following
patch addresses them.
* `|' and `||' are both logical or.  There is no binary or.
* `&' and `&&' are both logical and.  There is no binary and.
* `!' has a much higher precedence.
* The equal and relation operators have the same precedence.
* `**' is implemented, and `^' is for exponentation (not xor).
* Unary `+' in implemented.
From: "Charles M. Hannum" <mycroft@NetBSD.ORG>


END
