[gforth]
/
gforth
/
vmgen-ex
/ seq2rule.awk
gforth: gforth/vmgen-ex/seq2rule.awk
1 :
anton
1.1
BEGIN {
2 :
FS="\t";
3 :
}
4 :
{
5 :
name = $4;
6 :
gsub(/ /,"_",name);
7 :
print name" = "$4;
8 :
}
CVS Admin
Powered by
ViewCVS 1.0-dev
ViewCVS and CVS Help