summaryrefslogtreecommitdiff
path: root/java/jlex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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