Skip to content

Conversation

@lukaszsamson
Copy link
Contributor

Besides those two, dialyzer is also complaining that those will never match

  defp eat_at(parser, token, 0) when is_atom(token) do
    eat(%{token => true}, parser)
  end

  defp eat_at(parser, token, idx) when is_atom(token) do
    eat_at(parser, %{token => true}, idx)
  end

@mhanberg
Copy link
Contributor

Superceded by #61

I cherry picked your commits that are still used

@mhanberg mhanberg closed this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants