home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pascal.zip / document / read_me.txt < prev    next >
Text File  |  1995-10-29  |  826b  |  34 lines

  1. The following are bugs and errors known to exist in B.I.L.L.:
  2.  
  3.     1.    Negative symbol not handled correctly if
  4.         used as unary operator.
  5.  
  6.     2.    The programme name is not recorded in the
  7.         symbol table.  Thus, a variable/constant
  8.         declared to use the same name will not
  9.         generate an error.
  10.  
  11.     3.    If B.I.L.L. is run on a write-protected drive,
  12.         an access violation will occur due to the
  13.         ouput file having an uninitialized pointer.
  14.  
  15.     4.    The "IF" statement requires that the condition
  16.         be in parentheses while standard Pascal does
  17.         not require this.
  18.  
  19.  
  20. Not yet implemented:
  21.  
  22.     1.    Procedures and functions
  23.  
  24.     2.    Basic types (float, string, char)
  25.  
  26.     3.    Case statement
  27.  
  28.     4.    ELSE keyword for IF statement
  29.  
  30. Hope you like it!!!  Remember - it's only a beginning!!!
  31.  
  32. Stephane Denis Charette
  33. 1994, April 29.
  34.