Long story short I am writing a compiler, and for some reason I am getting some vary strange errors which make no sense at all. I'm almost sure it has nothing to do with my code. I do have quite a few plugins is it possible that that is the cause?

Ok so I guess I should explain some of the errors I'm getting so to start off here is my main method.

Code:
private static void Main(string[] args)
{
    string
...