Skip to content

Commit

Permalink
v 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Apr 8, 2024
1 parent 15acd04 commit 6e15359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sly/parser/generator/ExpressionRulesGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private NonTerminal<IN> BuildPrecedenceNonTerminal(string name, string nextName,
nonTerminal.Rules.Add(rule);
if (isLastLevel)
{
// TODO if next = operand => add rule (name : operand)
// if next = operand => add rule (name : operand)
var rule2 = new Rule<IN>
{
ExpressionAffix = Affix.NotOperator,
Expand Down
4 changes: 2 additions & 2 deletions src/sly/sly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Description>#LY is a parser generator halfway between parser combinators and parser generator like ANTLR</Description>
<Authors>b3b00</Authors>
<version>2.9.8</version>
<version>2.9.9</version>
<PackageProjectUrl>https://github.com/b3b00/sly</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/sly</RepositoryUrl>
<License>https://github.com/b3b00/sly/blob/master/LICENSE</License>
<PackageVersion>2.9.8</PackageVersion>
<PackageVersion>2.9.9</PackageVersion>
<ApplicationIcon/>
<OutputType>Library</OutputType>
<StartupObject/>
Expand Down

0 comments on commit 6e15359

Please sign in to comment.