home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / style / check.cm2 < prev    next >
Encoding:
Text File  |  1988-05-03  |  567 b   |  21 lines

  1.  
  2. I believe I found another small problem with the style checker.
  3. It seems to have trouble with tasks and I think perhaps the 
  4. difficulty can be solved by changing RESERVEWO.ADA in the case
  5. statement:
  6.  
  7.   when TASK_TOKEN =>
  8.      TASK_TOKEN_HANDLER( RESERVE_WORD_TOKEN );
  9.  
  10. It appears that TASK_TOKEN_HANDLER is never invoked and currently
  11. there is code following the "when" that attempts to deal with
  12. the TASK_TOKEN and it doesn't completely treat all situations.
  13. The procedure seems to do a better job.
  14.  
  15.  
  16. Linda Rising
  17. Magnavox
  18. Ft. Wayne, IN
  19.  
  20. ------
  21.