summaryrefslogtreecommitdiff
path: root/java/java-cup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* JDK is now at version 1.1.8. Also use ${JAVASUBDIR} wherever possible.Satoshi Asami1999-09-111-2/+2
| | | | Notes: svn path=/head/; revision=21665
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-281-3/+3
| | | | Notes: svn path=/head/; revision=19876
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Remove doubled-slash.Jun Kuriyama1999-05-201-2/+2
| | | | Notes: svn path=/head/; revision=18900
* Import of devel/java-cup v10.gJustin M. Seger1999-04-115-0/+95
This is the Java based Constructor of Useful Parsers (CUP for short). It serves the same role as the widely used program YAXX and in fact offers most of the features of YACC. However, CUP is written in Java, uses specifications including embedded Java code, and produces parsers which are implemented in Java. PR: ports/6570 Submitted by: Jason Nordwick <nordwick@xcf.berkeley.edu> Notes: svn path=/head/; revision=17766