home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Aminet / Aminet / util / cli / BraCo.readme < prev    next >
Text File  |  1995-02-12  |  1KB  |  41 lines

  1. Short:    Bracket Counter - help for programmers
  2. Author:   janne.kantola@nmp.nokia.com (Janne Kantola)
  3. Uploader: janne.kantola@nmp.nokia.com (Janne Kantola)
  4. Type:     util/cli
  5.  
  6.  
  7. This utility counts brackets on file and reports if unbalanced
  8. brackets are found.
  9.  
  10. Sometimes the line numbers of errors given by the compilers are
  11. not very accurate and it can take much time to solve where the
  12. real error is.
  13.  
  14. This utility helps to find if some brackets are missing.
  15.  
  16.  
  17. Example of use:
  18.  
  19. DH0:>BraCo big_test.c
  20.  
  21.  Produced by JanTa ©1991 : Bracket Counter v1.1
  22.  
  23.  Brackets in the file big_test.c :
  24.  
  25.  { -> 229 pcs     ( -> 1037 pcs     [ -> 314 pcs     /* -> 347 pcs
  26.  } -> 229 pcs     ) -> 1039 pcs     ] -> 314 pcs     */ -> 347 pcs
  27.  
  28.  WARNING: Unmatched brackets!!
  29.  
  30. DH0:>
  31.  
  32.  
  33. ============================= Archive contents =============================
  34.  
  35. Original  Packed Ratio    Date     Time    Name
  36. -------- ------- ----- --------- --------  -------------
  37.    12584    7399 41.2% 03-Feb-95 23:14:26  BraCo
  38.      833     431 48.2% 03-Feb-95 23:35:14  BraCo.readme
  39. -------- ------- ----- --------- --------
  40.    13417    7830 41.6% 04-Feb-95 10:55:58   2 files
  41.