home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GR / GR506.ZIP / ACAD2.EXE / PARNCKR.DOC < prev    next >
Text File  |  1987-03-15  |  2KB  |  50 lines

  1. PARNCKR User Documentation
  2. Version 1.0
  3.  
  4. This Program is distributed via "Share-Ware".  You are allowed to copy this
  5. Program for other AutoCAD users who may have a need to "clean-up" a Lisp
  6. source file similiar to "Pretty-Type" and do Parentheses checking at the
  7. function level. 
  8.  
  9.       If you find that this program is useful, please send $15 to:
  10.  
  11.                     George Hartinger
  12.                     P.O.Box 40812
  13.                     Grand Junction, Colo. 81504
  14.  
  15. PARNCKR User Documentation
  16. Version 1.0
  17.  
  18.  
  19. I.    Introduction.
  20.  
  21.  
  22.      PARNCKR  was created due to the frustration of working with all of the
  23. parentheses associated with the Lisp language within AutoCAD. I wanted a 
  24. simplier way to check for missing open and closed parentheses, therefore, 
  25. PARNCKR.
  26.     This routine will not only check each function and report on missing open
  27. and closed parentheses but it will also create a file, [filename.CNG], that is
  28. indented at each parenthesis level. This file allows easy traceback of the
  29. parentheses levels of the routine, it can also be the final source file.
  30.  
  31. II.   Operation of PARNCKR
  32.  
  33.       Simply type in PARNCKR at the DOS Command Prompt. The Program will
  34. then prompt for the Lisp source file name. Enter in the pathname and
  35. filename only. The Program will append  a ".LSP" entension for you.
  36. The Program will then scan each input line searching for open and closed
  37. parentheses. At the end of each Lisp function the Program will print out
  38. the number of misssing open and/or closed parentheses. Hit any Key to continue
  39. with the next function. You can then edit [filename.CNG] and find the problem
  40. or Copy [filename.CNG] to [filename.LSP] for a "clean" source file.  To Abort
  41. the program Hit Cntr-Break.
  42.  
  43. III.  Problems
  44.   
  45.       The only problem I have had with this Program is with multiple setq's.
  46. This problem can be resolved with simple editing. The next Version will take
  47. care of this problem.
  48.  
  49.        
  50.