racket/collects/honu/private
Stevie Strickland 50a7859893 merged 308:311 from branches/sstrickl
Now null values are printed out as "null" instead of
"#<struct:object:null%>".  Simple addition, but useful.

This also adds a very unintelligent pretty printing for classes
by adding a new public member for every Honu generated class that
gets called by format-honu (in tool.ss).

This pretty printing reveals the values for static members.
Eventually I'll want to add an option to print just classes or
classes + fields, like in ProfessorJ, but this was the heavy
lifting of getting classes + fields printing out in the first place.

svn: r312
2005-07-04 02:47:32 +00:00
..
compiler merged 308:311 from branches/sstrickl 2005-07-04 02:47:32 +00:00
typechecker We should be checking the new statement's annotation, if we want type-valid? to 2005-07-04 00:15:56 +00:00