Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parser: correct to parse '/' following do as regex #4564

Merged

Conversation

makenowjust
Copy link
Contributor

Fixed #4547

#4547 is a mere parser bug. This example is failed on 0.22.0:

def foo(x)
  yield
end

foo(1) do
  //
end

Thank you.

@asterite asterite merged commit 74b1bb4 into crystal-lang:master Jun 14, 2017
@asterite
Copy link
Member

@makenowjust Thank you!

@mverzilli mverzilli added this to the Next milestone Jun 15, 2017
@makenowjust makenowjust deleted the fix/crystal/parse-slash-after-do branch August 7, 2017 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants