summaryrefslogtreecommitdiff
path: root/extraction/convert
diff options
context:
space:
mode:
Diffstat (limited to 'extraction/convert')
-rwxr-xr-xextraction/convert8
1 files changed, 8 insertions, 0 deletions
diff --git a/extraction/convert b/extraction/convert
new file mode 100755
index 0000000..a29178a
--- /dev/null
+++ b/extraction/convert
@@ -0,0 +1,8 @@
+#!/usr/bin/perl -pi
+
+s/\bList\b/CList/g;
+s/\bInt\.Z_as_Int\b/CInt.Z_as_Int/g;
+s/\bInt\.Int\b/CInt.Int/g;
+s/\bInt\.MoreInt\b/CInt.MoreInt/g;
+s/^open Int$//;
+