From aba7b3fa8bd92c66760009d0a2762df3539c36cd Mon Sep 17 00:00:00 2001 From: Drahflow Date: Wed, 23 Jan 2013 10:02:54 +0100 Subject: dom, rep, =[] done dom now correctly calls .dom on structs rep loops 0 times, not 2^64 times when called with 0 =[] implemented --- examples/compiler-missing.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 examples/compiler-missing.sh (limited to 'examples/compiler-missing.sh') diff --git a/examples/compiler-missing.sh b/examples/compiler-missing.sh new file mode 100755 index 0000000..13474dd --- /dev/null +++ b/examples/compiler-missing.sh @@ -0,0 +1 @@ +{( cd working-compiler; ls *.test ); (cd working; ls *.ey)} | sed -e 's/\..*//g' | sort | uniq -c | sort -nr -- cgit v1.2.3