diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-29 21:10:43 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-08-29 21:10:43 +0000 |
commit | 553bcc4abe2df24fed4cf5b81645644bcdedaf48 (patch) | |
tree | 930db7fbea437a23ac964389073b617ce5dc17c0 /textproc/Makefile | |
parent | 1342520238b69bf943148fb50028322402a179fd (diff) |
New port: javacc. Compiler Compiler for Java. It's loosely based
on Java syntax and generates executable Java classes. JavaCC
includes tools for building abstract syntax trees and
documentation.
Submitted by: Andrew Gerweck <andy@gerweck.dynup.net>
PR: 37879
Notes
Notes:
svn path=/head/; revision=65250
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 95d951f66554..e57e0e6be754 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -95,6 +95,7 @@ SUBDIR += ispell SUBDIR += jade SUBDIR += java2html + SUBDIR += javacc SUBDIR += jdictionary SUBDIR += jing SUBDIR += jrefentry |