Skip to content

Commit

Permalink
v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Dec 24, 2018
1 parent 22b6fc3 commit 6e441aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions sly/parser/generator/ParserConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ public class ParserConfiguration<IN, OUT> where IN : struct
public string StartingRule { get; set; }
public Dictionary<string, NonTerminal<IN>> NonTerminals { get; set; }

public void AddNonTerminal(NonTerminal<IN> nonTerminal)
{
NonTerminals[nonTerminal.Name] = nonTerminal;
}

public void AddNonTerminalIfNotExists(NonTerminal<IN> nonTerminal)
{
Expand Down
1 change: 1 addition & 0 deletions sly/sly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<PackageLicenseUrl>https://github.com/b3b00/sly/blob/master/LICENSE</PackageLicenseUrl>
<PackageVersion>2.2.5</PackageVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 6e441aa

Please sign in to comment.