Index of /knowledge-sharing/lib/kifparser/source
Name Last modified Size Description
Parent Directory 10-Dec-1993 16:49 -
KIFClass.h 10-Dec-1993 16:33 22k
KIFGrammar.y 08-Dec-1993 00:28 10k
KIFLex.l 08-Dec-1993 00:28 4k
KIFMethods.C 10-Dec-1993 16:33 12k
KIFParse.C 08-Dec-1993 00:28 2k
Makefile 30-Nov-1993 14:20 1k
TstParser.C 30-Nov-1993 14:09 2k
=====================================
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.