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

Introduce C++20 tokens #109

Merged
merged 4 commits into from
Aug 16, 2020
Merged

Conversation

jefftrull
Copy link
Collaborator

This adds C++20 keywords as tokens to all lexers when in C++20 mode. It also adds C++11 tokens to the lexers that previously lacked them, and updates the token test to cover all.

If merged, this will resolve #107

Support was already in slex, though it wasn't covered by the token
test. This updates the tests while adding virtually identical code
to lexertl and xlex.
@jefftrull
Copy link
Collaborator Author

This is not for 1.74.

@jefftrull jefftrull requested a review from hkaiser August 11, 2020 21:38
Copy link
Collaborator

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks! Great job!

@jefftrull jefftrull merged commit 465fe22 into boostorg:develop Aug 16, 2020
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.

Support C++20 keywords
2 participants