Skip to content

Commit

Permalink
starting a Java initiative similar to the FL one
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@240 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Sep 9, 2008
1 parent b35f7d0 commit 73e40e9
Show file tree
Hide file tree
Showing 7 changed files with 1,845 additions and 6 deletions.
15 changes: 9 additions & 6 deletions topics/fl/lci/fl.lcf
Expand Up @@ -17,7 +17,7 @@
<expand>slps</expand>/shared/tools
</expansion>
</shortcut>

<shortcut>
<name>wrappers</name>
<expansion>
Expand Down Expand Up @@ -68,7 +68,7 @@
<expand>tools</expand>/ldf2set <expand>fl</expand>/ldf/fl.ldf
</command>
</testset>

<source>
<name>antlr</name>
<grammar>
Expand Down Expand Up @@ -121,7 +121,10 @@
<tree>
<extraction>
<expand>tools</expand>/asfix2btf bgf/sdf.bgf
</extraction>
</extraction>
<evaluation>
<expand>wrappers</expand>/runbtfevaluator
</evaluation>
</tree>
<testing>
<set>codesamples</set>
Expand Down Expand Up @@ -169,7 +172,7 @@
</grammar>
</source>

<!--
<!--
<source>
<name>ldf</name>
<grammar>
Expand All @@ -179,7 +182,7 @@
</grammar>
</source
-->

<target>
<name>java</name>
<branch>
Expand Down Expand Up @@ -248,4 +251,4 @@
</branch>
</target>

</lcf:configuration>
</lcf:configuration>
9 changes: 9 additions & 0 deletions topics/java/Makefile
@@ -0,0 +1,9 @@
all:
@echo Run 'make rebuild' if you want to renew the sources from their URLs.
@echo NOT recommended UNLESS you really know what you are doing!

rebuild:
curl -k http://java.sun.com/docs/books/jls/first_edition/html/19.doc.html > jls1/syntax.html
curl -k http://java.sun.com/docs/books/jls/second_edition/html/syntax.doc.html > jls2/syntax.html
curl -k http://java.sun.com/docs/books/jls/third_edition/html/syntax.html > jls3/syntax.html

0 comments on commit 73e40e9

Please sign in to comment.