Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QtVsTools.RegExpr/production/ProductionRule.cs
@@ -29,11 +29,8 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
using System.Text;
namespace QtVsTools.SyntaxAnalysis
{
@@ -66,7 +63,7 @@
            public virtual Delimiter Delimiters { get { return Delimiter.None; } }
            public virtual Operand Operands { get { return Operand.None; } }
            protected List<IRuleAction<T>> Actions = new List<IRuleAction<T>>();
            private readonly List<IRuleAction<T>> Actions = new List<IRuleAction<T>>();
            protected void Init(
                int priority, RuleCallback.Selector select, RuleCallback.PreCondition pre)