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

Handle string error recovery & multiline string #30

Open
tonyfettes opened this issue Mar 13, 2024 · 2 comments
Open

Handle string error recovery & multiline string #30

tonyfettes opened this issue Mar 13, 2024 · 2 comments

Comments

@tonyfettes
Copy link
Contributor

multiline string:

fn init {
  let s =
    #| a
    #| b
}

string error recovery

fn init {
  let s = "hello,
  let x = 1 // this should have good enough error recovery for it to be parsed as an let expression.
}
@tonyfettes
Copy link
Contributor Author

see #23

@tonyfettes
Copy link
Contributor Author

multiline string is handled in #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant