.Dd May 18, 2019
.Dt ORDER 1
.Os..ShNAME.Nm order
.Nd operator precedence
..ShSYNOPSIS.Nm.Ar expr ...
..ShDESCRIPTION.Nm
parses C expressions
and prints them with parentheses
according to the precedence rules in
.Xr operator 7 .
..ShEXAMPLES.Bd -literal
$ order 'a & b << 1'
(a & (b << 1))
.Ed..ShSEE ALSO.Xr operator 7
..ShCAVEATS.Nm
does not support the
.Sy (type)
operator.