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

Fix error when parsing let x=-.1; and co. #1945

Merged
merged 3 commits into from
May 30, 2018

Commits on May 30, 2018

  1. Fix syntax error when parsing let x=-.1; and co.

    This is a follow-up to reasonml#1642 employing the strategy highlighted in the following
    comment: reasonml#1642 (comment)
    
    It removes the special case around `LABEL_WITH_EQUAL`, making other valid inputs
    parseable too.
    anmonteiro committed May 30, 2018
    Configuration menu
    Copy the full SHA
    d91b59b View commit details
    Browse the repository at this point in the history
  2. Fix infix operators that start with equals sign (e.g. =+)

    also add regression tests for these cases
    anmonteiro committed May 30, 2018
    Configuration menu
    Copy the full SHA
    902732b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d1db1 View commit details
    Browse the repository at this point in the history