axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [build-improvements] Update Boot keywords table


From: Gabriel Dos Reis
Subject: [Axiom-developer] [build-improvements] Update Boot keywords table
Date: 31 Oct 2006 10:37:54 +0100

This patch updates the keyword table in Makefile, to match the actual
implementation.  In particular, the keywords CASE, OF, STRUCTURE, and
QUOTE were missing.  The other hunk just makes the spelling match the
actual implementation.

-- Gaby

2006-10-31  Gabriel Dos Reis  <address@hidden>

        * Makefile.pamphlet (\subsubsection{Keywords}): Sync documentation
        and implementation.

*** Makefile.pamphlet   (revision 15943)
--- Makefile.pamphlet   (local)
*************** name for use in the description of the s
*** 207,212 ****
--- 207,213 ----
   
              and          AND
              by           BY
+             case         CASE
              cross        CROSS
              else         ELSE
              for          FOR
*************** name for use in the description of the s
*** 214,222 ****
--- 215,225 ----
              in           IN
              is           IS
              isnt         ISNT
+             of           OF
              or           OR
              repeat       REPEAT
              return       RETURN
+             structure    STRUCTURE
              then         THEN
              until        UNTIL
              where        WHERE
*************** name for use in the description of the s
*** 234,256 ****
              >            GT
              <=           LE
              >=           GE
!             =            EQ
              ^            NOT
              ^=           NE
              ..           SEG
!             #            SIZE
              =>           EXIT
!             :=           BECOMES
              ==           DEF
              ==>          MDEF
              (            OPAREN
              )            CPAREN
-             [            OBRACK
              (|           OBRACK
-             ]            CBRACK
              |)           CBRACK
!              |           BAR
              suchthat     BAR
  \end{verbatim}  
   
  \subsubsection{Primary}
--- 237,260 ----
              >            GT
              <=           LE
              >=           GE
!             =            SHOEEQ
              ^            NOT
              ^=           NE
              ..           SEG
!             #            LENGHT
              =>           EXIT
!             :=           BEC
              ==           DEF
              ==>          MDEF
              (            OPAREN
              )            CPAREN
              (|           OBRACK
              |)           CBRACK
!             [            OBRACK
!             ]            CBRACK
              suchthat     BAR
+             '            QUOTE
+             |            BAR
  \end{verbatim}  
   
  \subsubsection{Primary}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]