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: 2a27bcb9cce4af1ec9f700da8f1f3cad6be4a317ab41ecf7982bbac3d049e923
User & Date: gawthrop@users.sourceforge.net on 1998-07-26 18:51:15
Other Links: branch diff | manifest | tags
Context
1998-07-26
19:38:17
Replaced t0..t9 by mtt_temp0.. check-in: 808aca4c0e user: gawthrop@users.sourceforge.net tags: origin/master, trunk
18:51:15
Initial revision check-in: 2a27bcb9cc user: gawthrop@users.sourceforge.net tags: origin/master, trunk
14:38:20
*** empty log message *** check-in: b97b137e88 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Added mttroot/mtt/bin/trans/mtt_p2m version [add8501e92].







































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

sed 's/begin//' |\
sed 's/end//' |\
sed 's/\[\([0-9]*\)\]/(\1)/g' |\
sed 's/:=/ = /' |\
awk '{
  sub(/^[\ ]*/, "", $0)
  
  if ((match($0,"=")>0)&&(match($NF,"[\#;]")==0)){
    Previous = $0
  }
  else {
    print Previous $0
    Previous = ""
  }
}'
sed 's/\([^\.;\#]\)$/\1\\/'


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