summaryrefslogtreecommitdiff
path: root/java/jlex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed EXTRACT_ONLY line that was causing portlint to complain.Ernst de Haan2002-03-021-2/+1
| | | | Notes: svn path=/head/; revision=55397
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20951
* JLex: a uitility based upon the Lex lexical analyzer generator model.Chris Piazza1999-07-046-0/+78
It takes a specification file similar to that accepted by Lex and creates a Java source file for the correspoding lexical analyzer. PR: 12476 Submitted by: Jake Burkholder <jake@checker.org> Notes: svn path=/head/; revision=19983