Find a file
Robert Griesemer d222c65477 Introduced forward declaration of types per discussion with ken.
A forward-declared (or not yet fully defined) type must be used
to construct (mutually) recursive type declarations. This simplifies
the compiler and resolves the issue at which scope the forward-
declared type is to be declared.

SVN=117770
2008-05-06 10:29:17 -07:00
doc Introduced forward declaration of types per discussion with ken. 2008-05-06 10:29:17 -07:00
src Require names for return values for functions with complex return types. 2008-05-01 00:01:45 -07:00
test - fixed a test 2008-05-01 18:48:52 -07:00