Skip to content

Commit

Permalink
PCCTS - Purdue Compiler Construction Tool Set
Browse files Browse the repository at this point in the history
Recursive descent parser generator supporting LL(k>=1) grammars
and arbitrary lookahead with backtracking.
  • Loading branch information
Federico G. Schwindt committed Jun 12, 2000
1 parent 12d4c2a commit c6b520a
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 0 deletions.
29 changes: 29 additions & 0 deletions devel/pccts/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/06/12 17:45:19 fgsch Exp $

PKGNAME= pccts-1.33
CATEGORIES= devel lang
NEED_VERSION= 1.302
MASTER_SITES= http://www.polhode.com/
DISTNAME= pccts133mr

MAINTAINER= [email protected]

LICENSE_TYPE= Unknown
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

USE_ZIP= Yes
WRKDIST= ${WRKDIR}/pccts

MAKE_FILE= makefile
ALL_TARGET=

do-install:
cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} antlr dlg genmk sor \
${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/include/pccts
cd ${WRKSRC}/h && ${INSTALL_DATA} *.h ${PREFIX}/include/pccts

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/pccts/files/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD5 (pccts133mr.zip) = 0a2bc7aa6b34e23e879bf575c79737bd
RMD160 (pccts133mr.zip) = 12bc6fba37be2f1f691c6caf257fc00bd0cdb6fc
SHA1 (pccts133mr.zip) = ccdfaf8f69ddc59ad6d7e3f05922c693db0cf987
1 change: 1 addition & 0 deletions devel/pccts/pkg/COMMENT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Purdue Compiler Construction Tool Set
3 changes: 3 additions & 0 deletions devel/pccts/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PCCTS - Purdue Compiler Construction Tool Set
Recursive descent parser generator supporting LL(k>=1) grammars
and arbitrary lookahead with backtracking.
37 changes: 37 additions & 0 deletions devel/pccts/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/06/12 17:45:19 fgsch Exp $
bin/antlr
bin/dlg
bin/genmk
bin/sor
include/pccts/AParser.h
include/pccts/ASTBase.h
include/pccts/ATokPtr.h
include/pccts/AToken.h
include/pccts/ATokenBuffer.h
include/pccts/ATokenStream.h
include/pccts/AToken_traditional.h
include/pccts/BufFileInput.h
include/pccts/DLG_stream_input.h
include/pccts/DLexerBase.h
include/pccts/PBlackBox.h
include/pccts/PCCTSAST.h
include/pccts/SList.h
include/pccts/antlr.h
include/pccts/ast.h
include/pccts/charbuf.h
include/pccts/charptr.h
include/pccts/config.h
include/pccts/dlgauto.h
include/pccts/dlgdef.h
include/pccts/err.h
include/pccts/int.h
include/pccts/pccts_assert.h
include/pccts/pccts_iostream.h
include/pccts/pccts_istream.h
include/pccts/pccts_setjmp.h
include/pccts/pccts_stdarg.h
include/pccts/pccts_stdio.h
include/pccts/pccts_stdlib.h
include/pccts/pccts_string.h
include/pccts/pcctscfg.h
@dirrm include/pccts

0 comments on commit c6b520a

Please sign in to comment.