diff options
| author | Drahflow <drahflow@gmx.de> | 2013-03-22 21:18:46 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-03-22 21:18:46 +0100 |
| commit | 871849def2e4508cf68039712ef463ade35a1b0d (patch) | |
| tree | 80e3ff288bc72813de95f88c6756f1504d021224 /examples | |
| parent | 62910bd94abaf728bc7c9113c31850d403951863 (diff) | |
(minimal) regex library
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/compiler-missing.sh | 4 | ||||
| l--------- | examples/working-compiler/regex.test | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/examples/compiler-missing.sh b/examples/compiler-missing.sh index 13474dd..6f93a96 100755 --- a/examples/compiler-missing.sh +++ b/examples/compiler-missing.sh @@ -1 +1,3 @@ -{( cd working-compiler; ls *.test ); (cd working; ls *.ey)} | sed -e 's/\..*//g' | sort | uniq -c | sort -nr +( cd working; ls *.ey ) | sed -e 's/.ey/.test/' | while read n; do + [ ! -r working-compiler/"$n" ] && echo $n +done diff --git a/examples/working-compiler/regex.test b/examples/working-compiler/regex.test new file mode 120000 index 0000000..1f308c9 --- /dev/null +++ b/examples/working-compiler/regex.test @@ -0,0 +1 @@ +../working/regex.ey
\ No newline at end of file |
