Skip to content

Commit 6e441aa

Browse files
committed
v2.2.5
1 parent 22b6fc3 commit 6e441aa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sly/parser/generator/ParserConfiguration.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ public class ParserConfiguration<IN, OUT> where IN : struct
77
public string StartingRule { get; set; }
88
public Dictionary<string, NonTerminal<IN>> NonTerminals { get; set; }
99

10-
public void AddNonTerminal(NonTerminal<IN> nonTerminal)
11-
{
12-
NonTerminals[nonTerminal.Name] = nonTerminal;
13-
}
1410

1511
public void AddNonTerminalIfNotExists(NonTerminal<IN> nonTerminal)
1612
{

sly/sly.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
1212
<PackageLicenseUrl>https://github.com/b3b00/sly/blob/master/LICENSE</PackageLicenseUrl>
13+
<PackageVersion>2.2.5</PackageVersion>
1314
</PropertyGroup>
1415
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" />
1516
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)