Skip to content

Commit

Permalink
Renamed bdt
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@199 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
rlaemmel committed Aug 21, 2008
1 parent c361a6f commit 53a773a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion shared/prolog/implodeBtf.pro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ implodeRoot(r(G,T),V)
:-
require(
prefixG(G),
'Underlying grammar violates prefix condition.',
'Grammar must meet Prefix Normal Form.',
[]),
implodeTree(T,V).

Expand Down
4 changes: 2 additions & 2 deletions shared/tools/bdt → shared/tools/gdt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LOCAL2=${PWD}
cd ${LOCAL1}

if [ $# -lt 2 ]; then
echo "Usage: bdt <BGF-input1> <BGF-input2> ..."
echo "Usage: gdt <BGF-input1> <BGF-input2> ..."
exit 1
else
for i in $*; do
Expand All @@ -17,5 +17,5 @@ else
exit 1
fi
done
swipl -q -t "halt(1)" -f ${LOCAL2}/prolog/cli/bdt.pro -- $*
swipl -q -t "halt(1)" -f ${LOCAL2}/prolog/cli/gdt.pro -- $*
fi
2 changes: 1 addition & 1 deletion topics/fl/lci/fl.lcf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<tool>
<name>comparison</name>
<command>
<expand>tools</expand>/bdt
<expand>tools</expand>/gdt
</command>
</tool>

Expand Down

0 comments on commit 53a773a

Please sign in to comment.