Files
depot/src
Michael Bayne f57795c48f More import relief: add builder classes Ops and Exps which have methods for
creating common operators and expressions that don't fit nicely into the fluent
style. For example: Ops.and(expr1, expr2) is preferable to expr1.and(expr2)
and Ops.not(expr) is definitely nicer than expr.not() (which we don't even
provide).
2009-06-10 20:58:12 +00:00
..