-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PCCTS - Purdue Compiler Construction Tool Set
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
Showing
5 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Purdue Compiler Construction Tool Set |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |