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

Error on empty or unterminated literal or regex #47

Merged
merged 5 commits into from
Jul 16, 2023

Commits on Jul 16, 2023

  1. Add an error message for empty literal/regex declarations, also fix t…

    …o accept "'\''" literal.
    mingodad authored and Charles Baker committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    031419b View commit details
    Browse the repository at this point in the history
  2. Advance position when encountering an unterminated literal

    Charles Baker committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b222499 View commit details
    Browse the repository at this point in the history
  3. Report errors for unterminated regular expressions

    Charles Baker committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    638de55 View commit details
    Browse the repository at this point in the history
  4. Improve parser tests that check for errors

    Charles Baker committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    919b0fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1a3ab View commit details
    Browse the repository at this point in the history