- Timestamp:
- Oct 6, 2011, 11:07:04 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Deliverables/D2.2/8051-indexed-labels-branch/src/common/costLabel.ml
r1297 r1305 5 5 6 6 module StringMap = Map.Make(String) 7 8 module Index =9 struct10 include StringTools11 end12 7 13 8 (** Simple expressions are for now affine maps of the form a*_+b *) … … 18 13 19 14 type index = int 15 16 let make_id prefix depth = prefix ^ string_of_int depth 20 17 21 18 type indexing = sexpr array
Note: See TracChangeset
for help on using the changeset viewer.