Skip to content

Commit

Permalink
added ANTLR2 and ANTLR3 jars to the repo for completeness sake; rephr…
Browse files Browse the repository at this point in the history
…ased one read-me somewhat stronger; removed unused project
  • Loading branch information
grammarware committed Nov 27, 2012
1 parent 1d5eb93 commit 960ca5a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 20 deletions.
3 changes: 2 additions & 1 deletion download/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ install-jastadd:
curl -k http://builds.jastadd.org/JastAdd/2009-06-10/jastadd2.jar > jastadd2.jar

install-antlr:
curl -k http://www.antlr.org/download/antlrworks-1.1.7.jar > antlrworks-1.1.7.jar
curl -k http://www.antlr.org/download/antlr-3.0.1.jar > antlr.jar
curl -k http://www.antlr.org/download/antlrworks-1.2.2.jar > antlrworks.jar

install-et:
curl -k http://effbot.org/media/downloads/elementtree-1.2.7-20070827-preview.zip > elementtree.zip
Expand Down
Binary file added download/antlr.jar
Binary file not shown.
Binary file added download/antlrworks.jar
Binary file not shown.
11 changes: 0 additions & 11 deletions shared/xsd/.project

This file was deleted.

4 changes: 0 additions & 4 deletions shared/xsd/.settings/org.eclipse.core.resources.prefs

This file was deleted.

2 changes: 1 addition & 1 deletion topics/fl/java1/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/Users/ralflaemmel/antlrworks-1.1.7.jar"/>
<classpathentry kind="lib" path="/ufs/zaytsev/workspace/slps/download/antlrworks.jar"/>
<classpathentry kind="output" path=""/>
</classpath>
7 changes: 4 additions & 3 deletions topics/fl/java1/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ A Java-based implementation of FL that covers:
- evaluation

The implementation has been tested with Java 5 and 6.
The parser relies on ANTLR.
The implementation has been tested with antlrworks-1.1.7.jar.
That jar needs to be in the CLASSPATH.

The parser relies on ANTLR2 (has been tested with 1.1.7 and 1.2.2)
That jar needs to be in the CLASSPATH!

Pretty printing and evaluation are implemented as visitors.
Pretty printing uses inefficient string concatenation.

Expand Down

0 comments on commit 960ca5a

Please sign in to comment.