SCM Repository
View of /lexgen/trunk/src/lexgen
Parent Directory
|
Revision Log
Revision 1902 -
(download)
(annotate)
Wed Mar 1 04:44:30 2006 UTC (15 years ago) by mblume
Original Path: sml/trunk/src/lexgen/src/lexgen
File size: 237 byte(s)
Wed Mar 1 04:44:30 2006 UTC (15 years ago) by mblume
Original Path: sml/trunk/src/lexgen/src/lexgen
File size: 237 byte(s)
ml-flex -> lexgen
#!/bin/sh # # Wrapper for lexgen heap image # case `uname -s` in Darwin) heap=lexgen.ppc-darwin ;; *) heap=lexgen.x86-linux ;; esac if test ! -r $heap ; then echo "lexgen: no heap image!" exit 1 fi exec sml @SMLload=$heap $@
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |