SCM Repository
View of /branches/vis15/src/compiler/gen/ir/gen.sh
Parent Directory
|
Revision Log
Revision 3755 -
(download)
(as text)
(annotate)
Fri Apr 15 12:50:09 2016 UTC (4 years, 9 months ago) by jhr
File size: 475 byte(s)
Fri Apr 15 12:50:09 2016 UTC (4 years, 9 months ago) by jhr
File size: 475 byte(s)
adding support to generate the TreeOps file
#!/bin/sh # # run the IR generation commands. # sml gen-ops.sml <<XXXX GenOps.main ("", ["high-ir.spec", "high-ir.in", "../../high-ir/high-ir.sml"]); XXXX sml gen-ops.sml <<XXXX GenOps.main ("", ["mid-ir.spec", "mid-ir.in", "../../mid-ir/mid-ir.sml"]); XXXX sml gen-ops.sml <<XXXX GenOps.main ("", ["low-ir.spec", "low-ir.in", "../../low-ir/low-ir.sml"]); XXXX sml gen-ops.sml <<XXXX GenOps.main ("", ["tree-ops.spec", "tree-ops.in", "../../tree-ir/tree-ops.sml"]); XXXX
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |