1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="hevea 1.08">
<LINK rel="stylesheet" type="text/css" href="gprolog.css">
<TITLE>
Using GNU Prolog
</TITLE>
</HEAD>
<BODY TEXT=black BGCOLOR=white>
<A HREF="gprolog003.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog009.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<HR>
<H2 CLASS="section"><A NAME="htoc3">3</A> Using GNU Prolog</H2>
<UL>
<LI><A HREF="gprolog005.html">Introduction</A>
<LI><A HREF="gprolog006.html">The GNU Prolog interactive interpreter</A>
<UL>
<LI><A HREF="gprolog006.html#toc1">Starting/exiting the interactive interpreter</A>
<LI><A HREF="gprolog006.html#toc2">The interactive interpreter read-execute-write loop</A>
<LI><A HREF="gprolog006.html#toc3">Consulting a Prolog program</A>
<LI><A HREF="gprolog006.html#toc4">Interrupting a query</A>
<LI><A HREF="gprolog006.html#toc5">The line editor</A>
</UL>
<LI><A HREF="gprolog007.html">Adjusting the size of Prolog stacks</A>
<LI><A HREF="gprolog008.html">The GNU Prolog compiler</A>
<UL>
<LI><A HREF="gprolog008.html#toc6">Different kinds of codes</A>
<LI><A HREF="gprolog008.html#toc7">Compilation scheme</A>
<LI><A HREF="gprolog008.html#toc8">Using the compiler</A>
<LI><A HREF="gprolog008.html#toc9">Running an executable</A>
<LI><A HREF="gprolog008.html#toc10">Generating a new interactive interpreter</A>
<LI><A HREF="gprolog008.html#toc11">The hexadecimal predicate name encoding</A>
</UL>
</UL>
<HR SIZE=2>
Copyright (C) 1999-2007 Daniel Diaz
<BR>
<BR>
Verbatim copying and distribution of this entire article is permitted in any
medium, provided this notice is preserved. <BR>
<BR>
<A HREF="index.html#copyright">More about the copyright</A>
<HR>
<A HREF="gprolog003.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog009.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>
|