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

cmd/compile: review "expected expression" error messages #33415

Open
griesemer opened this issue Aug 1, 2019 · 0 comments
Open

cmd/compile: review "expected expression" error messages #33415

griesemer opened this issue Aug 1, 2019 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@griesemer
Copy link
Contributor

The compiler's parser (cmd/compile/internal/syntax) reports errors of the form:

syntax error: unexpected }, expecting expression

etc. Review these error messages; perhaps a form that uses missing expression is clearer.

@griesemer griesemer added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 1, 2019
@griesemer griesemer added this to the Unplanned milestone Aug 1, 2019
@griesemer griesemer self-assigned this Aug 1, 2019
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

2 participants