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

Full line continuation support #28

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Full line continuation support #28

merged 1 commit into from
Oct 21, 2020

Conversation

mthalman
Copy link
Owner

Adds support for parsing a line continuation that is contained within any "primitive" token such as a keyword, literal, or identifier. This is handled by redefining keyword, literal, and identifier tokens as aggregate tokens instead of primitives.

@mthalman mthalman merged commit 2a9723c into main Oct 21, 2020
@mthalman mthalman deleted the line-continuation branch October 21, 2020 00:41
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

Successfully merging this pull request may close these issues.

1 participant