//private special_operation_kind _current_operation_kind= special_operation_kind.none;

		public convertion_data_and_alghoritms(syntax_tree_visitor stv)
		{
            type_table.type_table_function_call_maker = create_simple_function_call;
			_stv=stv;
            _type_constructor = new type_constructor(this);
            SystemLibrary.SystemLibrary.type_constructor = _type_constructor;
		}
Exemplo n.º 2
0
		public type_constructor(convertion_data_and_alghoritms _convertion_data_and_alghoritms)
		{
			convertion_data_and_alghoritms = _convertion_data_and_alghoritms;
			_instance = this;
		}