Skip to content

Commit 05c88bf

Browse files
author
linzhijun
committed
fix
1 parent fa56f7b commit 05c88bf

File tree

4 files changed

+1245
-4441
lines changed

4 files changed

+1245
-4441
lines changed

csharp/ToolGood.Algorithm/ToolGood.Algorithm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Description>ToolGood.Algorithm支持四则运算、Excel函数,并支持自定义参数。使用Antlr4解析,函数更容易扩展。</Description>
4+
<Description>ToolGood.Algorithm支持四则运算、Excel函数,并支持自定义参数。使用Antlr4解析,函数更容易扩展。注:不兼容老版本</Description>
55
<Copyright>Copyright 2017-2025 ToolGood</Copyright>
66
<AssemblyTitle>ToolGood.Algorithm</AssemblyTitle>
77
<Authors>ToolGood</Authors>

csharp/ToolGood.Algorithm/math/mathLexer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace ToolGood.Algorithm.math {
3131
[System.CodeDom.Compiler.GeneratedCode("ANTLR", "4.13.2")]
3232
[System.CLSCompliant(false)]
33-
public partial class mathLexer : Lexer {
33+
partial class mathLexer : Lexer {
3434
protected static DFA[] decisionToDFA;
3535
protected static PredictionContextCache sharedContextCache = new PredictionContextCache();
3636

0 commit comments

Comments
 (0)