mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change
on this file since 8c45663 was
36b100a,
checked in by Mei <mei@…>, 13 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 |
---|
4 | for 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 |
---|
9 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.