source: examples/runall-fast @ 36b100a

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since 36b100a was 36b100a, checked in by Mei <mei@…>, 12 years ago

1) fix up fruits_rt2_typed example to test different types of strings

as oset term

2) fix the abac_pl_yap.c's _abac_yap_query so the first term if given

a literal string will use ReadBuffer? instead of MkAtomTerm?

  • Property mode set to 100755
File size: 195 bytes
Line 
1#/bin/sh
2
3# skip the README part
4for i in `ls -1 `; do
5   if (file $i | grep -F directory | grep -Fq typed); then
6       printf "\n ==> TRYING on %s\n" "$i"
7       (cd $i; rr; cd ..)
8   fi
9done
Note: See TracBrowser for help on using the repository browser.