Skip to content

Commit

Permalink
updating the SLPS Zoo with FL grammars
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@1025 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Apr 20, 2011
1 parent ef011a6 commit 96afcf5
Show file tree
Hide file tree
Showing 14 changed files with 859 additions and 224 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -18,6 +18,7 @@ zooprj:
make -f _dev/Makefile.cpp.zoo
make -f _dev/Makefile.csharp.zoo
make -f _dev/Makefile.java.zoo
make -f _dev/Makefile.fl.zoo
make -f _dev/Makefile.xpath.zoo
xsltproc --stringparam date `date +"%d/%m/%Y"` _dev/zoo2xhtml.xslt _dev/config.zoo > zoo/index.html
xsltproc _dev/links2html.xslt _dev/java-grammars.xml | python ../topics/export/hypertext/closemeta.py > zoo/java/links.html
Expand Down
1 change: 1 addition & 0 deletions _dev/Makefile.c.zoo
Expand Up @@ -2,6 +2,7 @@ all:
make iso-9899-1999 -f _dev/Makefile.c.zoo
make iso-9899-tc2 -f _dev/Makefile.c.zoo
make iso-9899-tc3 -f _dev/Makefile.c.zoo
chmod 644 zoo/c/*.bgf

%:
cp ../topics/grammars/c/$*/extracted-grammar.bgf zoo/c/$*.bgf
Expand Down
1 change: 1 addition & 0 deletions _dev/Makefile.cpp.zoo
@@ -1,6 +1,7 @@
all:
make iso-14882-1998 -f _dev/Makefile.cpp.zoo
make iso-n2723 -f _dev/Makefile.cpp.zoo
chmod 644 zoo/cpp/*.bgf

%:
cp ../topics/grammars/cpp/$*/extracted-grammar.bgf zoo/cpp/$*.bgf
Expand Down
1 change: 1 addition & 0 deletions _dev/Makefile.csharp.zoo
Expand Up @@ -10,6 +10,7 @@ all:
make msft-ls-1.2 -f _dev/Makefile.csharp.zoo
make msft-ls-3.0 -f _dev/Makefile.csharp.zoo
make msft-ls-4.0 -f _dev/Makefile.csharp.zoo
chmod 644 zoo/csharp/*.bgf

%:
cp ../topics/grammars/csharp/$*/extracted-grammar.bgf zoo/csharp/$*.bgf
Expand Down
1 change: 1 addition & 0 deletions _dev/Makefile.java.zoo
Expand Up @@ -6,6 +6,7 @@ all:
make parr.antlr -f _dev/Makefile.java.zoo
make stahl.antlr -f _dev/Makefile.java.zoo
make studman.antlr -f _dev/Makefile.java.zoo
chmod 644 zoo/java/*.bgf

%.jls:
cp ../topics/grammars/java/jls$*/extracted-implementable-grammar.bgf zoo/java/jls$*-impl.bgf
Expand Down
1 change: 1 addition & 0 deletions _dev/Makefile.xpath.zoo
@@ -1,5 +1,6 @@
all:
make v1 -f _dev/Makefile.xpath.zoo
chmod 644 zoo/xpath/*.bgf

%:
cp ../topics/grammars/xpath/extracted-grammar-$*.bgf zoo/xpath/$*.bgf
Expand Down

0 comments on commit 96afcf5

Please sign in to comment.