Index of /knowledge-sharing/lib/kifparser
Name Last modified Size Description
Parent Directory 10-Jul-1997 16:51 -
kifparse.tar.Z 10-Dec-1993 16:41 23k
source/ 10-Dec-1993 16:51 -
=====================================
KIF Parser
=====================================
Fixes:
1) a minor bug was repaired on 12/7/93
2) Problem with nullmarker fixed 12/10/93
---------------------
Software Requirements
---------------------
1. Flex
A lexical analysis program generator available from the University
of California at Berkeley. (Generally compatible with Lex). Available
via anonymous ftp from ftp.ee.lbl.gov.
2. GNU Bison
A Yacc compatible parser generator available fro Free Software
Foundation. FTP site prep.ai.mit.edu in /pub/gnu.
3. The GNU g++ compiler.
--------------
Included Files
--------------
KIFClass.h : Class library for KIF.
KIFMethods.C: Function definitions for KIF member functions.
KIFLex.l: Lexer input file.
KIFGrammar.y: Parser input file that defines KIF grammar.
KIFParse.C: Function definition for 'kif_parse' (the function used to
invoke the parser).
TstParser.C: A simple program that demonstrates use of the parser.
Makefile: The make file for above.