home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / internet / software / _guavac / doc / todo < prev   
Encoding:
Text File  |  1997-11-09  |  970 b   |  21 lines

  1. List of needed and desired changes to guavac, in no particular order:
  2.  
  3. The biggest thing that is needed is a more intelligent dependancy analysis.
  4. Right now, guavac works great if you are compiling one source file against
  5. any number of .class files, but it has serious problems with multiple
  6. uncompiled sources, especially when faced with circular dependancies.  This
  7. is a really hard problem, and all of my half-efforts to fix it have failed.
  8.  
  9. Additional language changes required in the 1.1 inner classes doc.  These
  10. include variant forms of .new, .class, .this which all break LALR.  There is
  11. a bug filed on this with Javasoft, so they may fix the spec instead of guavac
  12. needing to implement the broken version.
  13.  
  14. Traverse code after generation, verify stack sizes.
  15.  
  16. Can only declare 'throws' for subclasses of parent's thrown classes.
  17.  
  18. Expand error reporting to give more errors in a method after failure.  (hard)
  19.  
  20. $Id: TODO,v 1.13 1997/11/10 00:46:52 geppetto Exp $
  21.