Logoj0ke.net Open Build Service > Projects > devel:java:maven > java-cup > Meta
Sign Up | Log In

Meta Configuration of Package java-cup

 
1
<package name="java-cup" project="devel:java:maven">
2
  <title>LALR Parser Generator in Java</title>
3
  <description>java-cup is a LALR Parser Generator in Java. With v0.11, you can: *
4
   use CUP in an Ant-Target
5
6
* start CUP by a simple command like java -jar java-cup-11a.jar
7
   myGrammar.cup
8
9
* use generic parametrized classes (since Java 1.5) as datatypes for
10
   non terminals and terminals
11
12
* have Your own symbol classes
13
</description>
14
</package>
15