Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 committed Nov 24, 2023
1 parent 6f9f857 commit 6beb2f2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 50 deletions.
Binary file removed src/sly/.sly.csproj.un~
Binary file not shown.
7 changes: 0 additions & 7 deletions src/sly/EqualityComparerFactory.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public SyntaxParseResult<IN> Parse(IList<Token<IN>> tokens, string startingNonTe
{
var lastErrorPosition = errors
.Select<UnexpectedTokenSyntaxError<IN>, int>(e => e.UnexpectedToken.PositionInTokenFlow)
.ToList<int>().Max();
.Max();
var lastErrors = errors
.Where<UnexpectedTokenSyntaxError<IN>>(e =>
e.UnexpectedToken.PositionInTokenFlow == lastErrorPosition)
Expand Down
42 changes: 0 additions & 42 deletions src/sly/sly.csproj~

This file was deleted.

0 comments on commit 6beb2f2

Please sign in to comment.