home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 345_01 / tlpresw.dat < prev   
Text File  |  1989-07-10  |  3KB  |  131 lines

  1. /* -- remove this header before using file! --
  2. HEADER:        The Last Cross-Referencer;
  3. TITLE:        TLC/TLP - The Last Cross-Referencer;
  4. VERSION:    1.01;
  5.  
  6. DESCRIPTION: "TLC/TLP.
  7.             Pascal reserved word list for TLP";
  8.  
  9. KEYWORDS:    Utility, Cross-reference, C, Pascal, Apple, Macintosh, APW, Aztec;
  10. SYSTEM:        Macintosh MPW, v3.0;
  11. FILENAME:    TLPRESW.DAT;
  12. WARNINGS:    "Has not yet been ported to MS-DOS.
  13.             Shareware, $20 Check/Money Order suggested.";
  14.  
  15. SEE-ALSO:    README.TLC,TLCHELP.DOC,TLPHELP.DOC;
  16. AUTHORS:    Eduard Schwan;
  17. COMPILERS:    AZTEC C65 v3.2b, APPLEIIGS APW C v1.0, APPLE MACINTOSH MPW C v3.0;
  18. */
  19.  
  20. (* ResWords file for TLP (C) 1987-1989 ESP - Eduard Schwan Programs *)
  21. (* This is a list of Pascal Reserved words for TLP to SKIP.    If you    *)
  22. (* want a reserved word cross-referenced, comment it out of here.    *)
  23.  
  24. (* This funny way of organizing the beginning of the RESWORD list    *)
  25. (* forces a fairly balanced binary tree for the word list..            *)
  26.  
  27. (* NOTE: If words show up in here, they will NOT be cross-ref.ed,   *)
  28. (* If they are commented out, they WILL be cross-referenced.        *)
  29.  
  30.  
  31. (*>>>>>>>>> STANDARD PASCAL RESERVED WORDS <<<<<<<<<<*)
  32.  
  33.                                     mod
  34. {                 /---------------------------------------\                 }
  35.                 else                                     then
  36. {          /-------------------\                           |                }
  37.           case                goto
  38. {     /-------\             /----------\                   |                }
  39.     begin    body         file         in
  40. { /---\     /----\       /----\       /------\             |                }
  41. and array const  do    for function  if   implementation
  42. {               /--\                                                        }
  43.               div downto   end   interface   label
  44.     
  45. program unit or
  46. not of otherwise packed
  47. repeat procedure record set string
  48. type to var while
  49. uses with until
  50.  
  51. { --------------- the original ordered words above ---------------
  52.                   so we can do the tree again a little better
  53. and
  54. array
  55. begin
  56. body
  57. case
  58. const
  59. div
  60. do
  61. downto
  62. else
  63. end
  64. file
  65. for
  66. function
  67. goto
  68. if
  69. implementation
  70. in
  71. interface
  72. label
  73. mod
  74. not
  75. of
  76. or
  77. otherwise
  78. packed
  79. program
  80. procedure
  81. record
  82. repeat
  83. set
  84. string
  85. then
  86. to
  87. type
  88. var
  89. unit
  90. uses
  91. while
  92. with
  93. until
  94. --------------------------------------------------}
  95.  
  96. (*>>>>>>>>> TML PASCAL DIRECTIVES <<<<<<<<<<*)
  97. external forward
  98. (* inline tool *)
  99.  
  100. (*>>>>>>>>> TML TYPES <<<<<<<<<<*)
  101. integer longint boolean false true char
  102. (* static univ *)
  103.  
  104. (*>>>>>>>>> TML EXTENSIONS <<<<<<<<<<*)
  105.  
  106. (*------------
  107. close erase filepos ioresult rename seek
  108. exit
  109. halt
  110. ord4
  111. pointer
  112. cycle
  113. length
  114. pos
  115. concat
  116. copy
  117. leave
  118. delete
  119. insert
  120. sizeof
  121. moveleft
  122. istoolerror
  123. moveright
  124. fillchar
  125. scaneq
  126. scanne
  127. hiword
  128. loword
  129. inc
  130. dec
  131. ---------*)