klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

Conventions.html (2695B)


      1 <html lang="en">
      2 <head>
      3 <title>Conventions - klisp Reference Manual</title>
      4 <meta http-equiv="Content-Type" content="text/html">
      5 <meta name="description" content="klisp Reference Manual">
      6 <meta name="generator" content="makeinfo 4.13">
      7 <link title="Top" rel="start" href="index.html#Top">
      8 <link rel="up" href="Introduction.html#Introduction" title="Introduction">
      9 <link rel="prev" href="Kernel-History.html#Kernel-History" title="Kernel History">
     10 <link rel="next" href="Acknowledgements.html#Acknowledgements" title="Acknowledgements">
     11 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
     12 <meta http-equiv="Content-Style-Type" content="text/css">
     13 <style type="text/css"><!--
     14   pre.display { font-family:inherit }
     15   pre.format  { font-family:inherit }
     16   pre.smalldisplay { font-family:inherit; font-size:smaller }
     17   pre.smallformat  { font-family:inherit; font-size:smaller }
     18   pre.smallexample { font-size:smaller }
     19   pre.smalllisp    { font-size:smaller }
     20   span.sc    { font-variant:small-caps }
     21   span.roman { font-family:serif; font-weight:normal; } 
     22   span.sansserif { font-family:sans-serif; font-weight:normal; } 
     23 --></style>
     24 <link rel="stylesheet" type="text/css" href="css/style.css">
     25 </head>
     26 <body>
     27 <div class="node">
     28 <a name="Conventions"></a>
     29 <p>
     30 Next:&nbsp;<a rel="next" accesskey="n" href="Acknowledgements.html#Acknowledgements">Acknowledgements</a>,
     31 Previous:&nbsp;<a rel="previous" accesskey="p" href="Kernel-History.html#Kernel-History">Kernel History</a>,
     32 Up:&nbsp;<a rel="up" accesskey="u" href="Introduction.html#Introduction">Introduction</a>
     33 <hr>
     34 </div>
     35 
     36 <h3 class="section">1.3 Conventions</h3>
     37 
     38 <p>This section explains the notational conventions that are used in this
     39 manual.  You may want to skip this section and refer back to it later.
     40 
     41 <ul class="menu">
     42 <li><a accesskey="1" href="Some-Terms.html#Some-Terms">Some Terms</a>:                Explanation of terms we use in this manual. 
     43 <!-- TODO add sections for booleans, parameter trees, list structures, -->
     44 <!-- naming conventions, etc. -->
     45 <li><a accesskey="2" href="Evaluation-Notation.html#Evaluation-Notation">Evaluation Notation</a>:       The format we use for examples of evaluation. 
     46 <li><a accesskey="3" href="Printing-Notation.html#Printing-Notation">Printing Notation</a>:         The format we use for examples that print output. 
     47 <li><a accesskey="4" href="Error-Messages.html#Error-Messages">Error Messages</a>:            The format we use for examples of errors. 
     48 <li><a accesskey="5" href="Format-of-Descriptions.html#Format-of-Descriptions">Format of Descriptions</a>:    Notation for describing functions, variables, etc. 
     49 </ul>
     50 
     51    </body></html>
     52