public IDE()
 {
     SyntaxType.InitList(ParseSyntaxOccurences, SyntaxType.eSyntaxType.Parse);
     SyntaxType.InitList(CompiledSyntaxOccurences, SyntaxType.eSyntaxType.Compiled);
     Clear();
 }