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

Parse optional chaining and nullish coalescing #884

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

dcodeIO
Copy link
Member

@dcodeIO dcodeIO commented Oct 3, 2019

This PR adds support for nullish coalescing and optional chaining to the parser. Not implemented in the compiler yet because it can't yet short-circuit.

@dcodeIO
Copy link
Member Author

dcodeIO commented May 25, 2020

This is still missing the compiler utility to make it actually compile, mostly shortcutting. Leaving it open but converting to a draft as part of 2020 vacuum, so we can cannibalize it when the time comes.

@dcodeIO dcodeIO marked this pull request as draft May 25, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant