Overview
Comment:Initial revision
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: c2b6d125e1ca9f661f4bbb20f709ea98e86c0335fe4194687792982cd851f2c9
User & Date: gawthrop@users.sourceforge.net on 2000-04-18 09:12:41
Other Links: branch diff | manifest | tags
Context
2000-04-18
10:13:43
Getargs now after numpar file check-in: 4f7caf468d user: gawthrop@users.sourceforge.net tags: origin/master, trunk
09:12:41
Initial revision check-in: c2b6d125e1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
2000-04-11
18:08:33
Fixed cse.tex bug check-in: d11c348517 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/sympar2par_txt2m version [1d442170b2].











































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /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_sympars.txt  |\
awk '{
  i++; printf("  %s = mttpar(%i);\n", tolower($1), i);
}'





MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]