[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sat Mar 13 13:12:34 CET 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/03/13 13:12:34
Modified files:
cm3/m3-sys/m3tests/src/p2/p232/: Main.m3
Log message:
add the various no overlap and minimal overlap cases
that is:
no_overlap_less: [0..1] compared to [2..3]
no overlap greater: [2..3] compared to [0..1]
min overlap less: [0..1] compared to [1..2]
min overlap greater: [1..2] compared to [0..1]
I have all these optimized for <, >, <=, >= where possible.
Not yet = and #.
Only for integer and longint, subranges, not yet for enums,
not tested for constants.
More information about the M3commit
mailing list