HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file util.compiler.TypeShaper by barry
expand copy to clipboardexpand
uses SyntaxParser

interface TypeShaper {

	//flatten inheritance hierarchies, and mark special status like recursion points
	DanaType[] shapeTypes(DanaType types[], DanaToken tree)
	
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.compiler.TypeShaper -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: New compiler components