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

Use heuristics to recover parsing of missing ; #65640

Merged
merged 3 commits into from
Oct 29, 2019

Commits on Oct 28, 2019

  1. Use heuristics to recover parsing of missing ;

    - Detect `,` and `:` typos where `;` was intended.
    - When the next token could have been the start of a new statement,
      detect a missing semicolon.
    estebank committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d673d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0836d View commit details
    Browse the repository at this point in the history
  3. review comments

    estebank committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    e8016c2 View commit details
    Browse the repository at this point in the history