public ParserState(Parser parser) { Parser = parser; Branches = new Dictionary<ushort, string>(); Labels = new Dictionary<ushort, string>(); DataFields = new Dictionary<ushort, string>(); Scopes = new Scopes(); Code = new List<byte>(); }