Skip to content

Commit 82e4788

Browse files
committed
更新 添加 vlookup lookup isnull isNullOrError
1 parent 712be56 commit 82e4788

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

csharp/ToolGood.Algorithm2/ToolGood.Algorithm2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<Product>ToolGood.Algorithm</Product>
2222
<PackageLicenseFile>LICENSE</PackageLicenseFile>
2323
<SignAssembly>true</SignAssembly>
24-
<Version>2.0.1</Version>
24+
<Version>2.0.2</Version>
2525
<AssemblyOriginatorKeyFile>ToolGood.Algorithm.snk</AssemblyOriginatorKeyFile>
2626
<DelaySign>false</DelaySign>
2727
</PropertyGroup>

csharp/ToolGood.Algorithm2/math/mathParser.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ private ExprContext expr(int _p) {
169169
ParserRuleContext _parentctx = Context;
170170
int _parentState = State;
171171
ExprContext _localctx = new ExprContext(Context, _parentState);
172-
ExprContext _prevctx = _localctx;
173172
int _startState = 2;
174173
EnterRecursionRule(_localctx, 2, 1, _p);
175174
int _la;
@@ -180,7 +179,6 @@ private ExprContext expr(int _p) {
180179
{
181180
_localctx = new Expr2_funContext(_localctx);
182181
Context = _localctx;
183-
_prevctx = _localctx;
184182

185183
expr2();
186184
}
@@ -192,7 +190,6 @@ private ExprContext expr(int _p) {
192190
if ( _alt==1 ) {
193191
if ( ParseListeners!=null )
194192
TriggerExitRuleEvent();
195-
_prevctx = _localctx;
196193
{
197194

198195
ErrorHandler.Sync(this);

csharp/ToolGood.Algorithm2/math/mathVisitor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
using Antlr4.Runtime.Misc;
2323
using Antlr4.Runtime.Tree;
24-
using IToken = Antlr4.Runtime.IToken;
2524

2625
/// <summary>
2726
/// This interface defines a complete generic visitor for a parse tree produced

0 commit comments

Comments
 (0)