Skip to content

Commit

Permalink
sources reordered; minor change
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@118 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Aug 4, 2008
1 parent 5474f71 commit 812b0c6
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions topics/fl/lci/fl.lcf
Expand Up @@ -109,15 +109,6 @@
</command>
</definition>
</action>
<source>
<name>xsd</name>
<type>xsd</type>
<arguments>
<argument>
<expand>fl</expand>/xsd/fl.xsd
</argument>
</arguments>
</source>
<source>
<name>antlr</name>
<type>antlr</type>
Expand All @@ -137,6 +128,25 @@
</command>
</evaluator>
</source>
<source>
<name>dcg</name>
<type>dcg</type>
<arguments>
<argument>
<expand>fl</expand>/prolog/Parser.pro
</argument>
</arguments>
<parser>
<command>
swipl -q -f <expand>rundcgdir</expand>/TestIO.pro -t "main('<expand-sample/>','<expand-parsed/>')"
</command>
</parser>
<evaluator>
<command>
swipl -q -f <expand>rundcgdir</expand>/TestEvaluator.pro -t "main('<expand-context/>','<expand-sample/>',<expand-yields/>)"
</command>
</evaluator>
</source>
<source>
<name>om</name>
<type>java</type>
Expand All @@ -150,35 +160,25 @@
</arguments>
</source>
<source>
<name>jaxb</name>
<type>java</type>
<name>xsd</name>
<type>xsd</type>
<arguments>
<argument>
<expand>fl</expand>/java3
</argument>
<argument>
fl
<expand>fl</expand>/xsd/fl.xsd
</argument>
</arguments>
</source>
<source>
<name>dcg</name>
<type>dcg</type>
<name>jaxb</name>
<type>java</type>
<arguments>
<argument>
<expand>fl</expand>/prolog/Parser.pro
<expand>fl</expand>/java3
</argument>
<argument>
fl
</argument>
</arguments>
<parser>
<command>
swipl -q -f <expand>rundcgdir</expand>/TestIO.pro -t "main('<expand-sample/>','<expand-parsed/>')"
</command>
</parser>
<evaluator>
<command>
swipl -q -f <expand>rundcgdir</expand>/TestEvaluator.pro -t "main('<expand-context/>','<expand-sample/>',<expand-yields/>)"
</command>
</evaluator>
</source>
<target>
<name>java</name>
Expand Down

0 comments on commit 812b0c6

Please sign in to comment.