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

Issue 13941 - NewExpression grammar is insufficient #781

Merged
merged 1 commit into from Jan 18, 2015

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Jan 18, 2015

https://issues.dlang.org/show_bug.cgi?id=13941

  • Fix Type rule by using BasicType2
    It should be consistent with parseType() in dmd code.
  • BasicType2 should handle repetition
    It should be consistent with parseBasicType2() in dmd code.

- Fix `Type` rule by using `BasicType2`
  It should be consistent with parseType() in dmd code.

- `BasicType2` should handle repetition
  It should be consistent with parseBasicType2() in dmd code.
@Hackerpilot
Copy link
Member

@9rnsr
Copy link
Contributor Author

9rnsr commented Jan 18, 2015

Thanks.

9rnsr added a commit that referenced this pull request Jan 18, 2015
Issue 13941 - NewExpression grammar is insufficient
@9rnsr 9rnsr merged commit 3444368 into dlang:master Jan 18, 2015
@9rnsr 9rnsr deleted the fix13941 branch January 19, 2015 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants