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
|
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* new ports/{java,irc,x11-servers}, dependency sweep #1Bill Fumerola1999-06-281-3/+3
|
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
|
* 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.
* Remove doubled-slash.Jun Kuriyama1999-05-201-2/+2
|
* 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>