Mercurial > hg > CbC > old > device
view test/code-gen.pl @ 234:eccea7c904ee
float powerpc drexp done (?)
author | kono |
---|---|
date | Thu, 29 Apr 2004 19:40:43 +0900 |
parents | 3ae7e188416f |
children | c575422d8b6e |
line wrap: on
line source
#!/usr/bin/perl print "#include \"code-gen.c\"\n"; print "int main() {\n"; while(<>) { if (/^\w+\(/) { print "\t$&",");\n"; } } print "return 1; }\n";