CMU Artificial Intelligence Repository
Home INFO Search FAQs Repository Root

PTAGS: Creates a tags file from Prolog sources

lang/prolog/util/ptags/
Ptags creates a tags file for the Prolog predicates as defined in the source files supplied as input. Its use is analogous to that of ctags(1). Like ctags, output is sent to a file called tags in the current directory. Each line in the tags file contains three tab-separated fields: the first is the name of each predicate defined in the source files; the second is the name of the file where the predicate is defined; and the third is an instruction to be executed by vi(1) or ex(1) to find the definition within the source file. As with ctags, the tags file is sorted alphabetically by predicate name.
Origin:   

   ptags.shar, posted to comp.sources.unix Volume 17, Issue 93,
   by Chris Tweed, 9-FEB-89

Version: 5-MAR-89 Requires: C CD-ROM: Prime Time Freeware for AI, Issue 1-1 Author(s): Chris Tweed Bob Kemp Keywords: Authors!Kemp, Authors!Tweed, Prolog!Utilities, Tags, ex@{\tt ex}, ptags@{\tt ptags}, vi@{\tt vi} References: ?
Last Web update on Mon Feb 13 10:35:31 1995
AI.Repository@cs.cmu.edu