ADDED mttroot/mtt/bin/trans/sympar2global_txt2lang Index: mttroot/mtt/bin/trans/sympar2global_txt2lang ================================================================== --- /dev/null +++ mttroot/mtt/bin/trans/sympar2global_txt2lang @@ -0,0 +1,71 @@ +#! /bin/sh + + ###################################### + ##### Model Transformation Tools ##### + ###################################### + +# Bourne shell script: sympar2global_txt2lang + +# Symbolic parameters to default paramers in computer language +# P.J.Gawthrop March 1997 +# Copyright (c) P.J.Gawthrop, 1997. + + +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### + +# Set up language stuff. +language=$2 + +case $language in + m) + ext='m' + Lc='#'; + Rc='#'; + ;; + c) + ext='c' + Lc='/*'; + Rc='*/'; + ;; + *) + echo Language $2 not supported - sorry; exit 1 +esac + +cat <