diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-03 07:27:06 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-03 07:27:06 +0000 |
commit | 20e83f052e3b0042646b19b914d8d0b91db59601 (patch) | |
tree | 8095050b42e1757194565e92a603fcb3106fff36 /textproc/Makefile | |
parent | b606d4dabb7f43e0327dd5b236d56ce57a1a2a37 (diff) |
Add cl-meta-clisp 20011114.1, a parser generator for Common Lisp.
META is builder for recursive descent parsers implemented as a domain
specific language on top of Common Lisp.
PR: 52364
Submitted by: Henrik Motakef <henrik.motakef@web.de>
Notes
Notes:
svn path=/head/; revision=90076
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 11c48c15b012..1e63bfa197ce 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -24,6 +24,7 @@ SUBDIR += cdiff SUBDIR += chpp SUBDIR += cl-meta + SUBDIR += cl-meta-clisp SUBDIR += cl-meta-cmucl SUBDIR += cl-meta-sbcl SUBDIR += cl-ppcre |