Artifact e090405835ce88e9d5c454eeea5687ab2124ee6aeb698ff04ab14e87bf920e07:
- Executable file mttroot/mtt/bin/trans/sympar2par_txt2m — part of check-in [3b9a687c46] at 2000-05-18 12:10:43 on branch origin/master — Replaced sympars by sympar. (user: gawthrop@users.sourceforge.net, size: 399) [annotate] [blame] [check-ins using]
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: sympar2par_txt2m
# Symbolic parameters parameter conversion
# Used in lang_header
# Copyright (C) 2000 by Peter J. Gawthrop
strip_comments <$1_sympar.txt |\
awk '{
i++; printf(" %s = mttpar(%i);\n", tolower($1), i);
}'