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

interface DNCUtil {
	int findString(char base[], char find[])
	DanaType findType(DanaType types[], char name[])
	int findFunctionIndex(OpFunction functions[], char name[])
}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.compiler.DNCUtil -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: New compiler components