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

QStringView based Xboard protocol parsing #768

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

artoj
Copy link
Member

@artoj artoj commented Jul 29, 2023

No description provided.

The `ChessEngine::tokenize` method that will replace the existing
`QStringRef` based tokenizer methods. The method returns a pair with the
token in the first element of the pair and the rest of the string in the
second element of the pair.
This commit replaces the QStringRef based tokenizer functions in
XboardEngine with the QStringView based ChessEngine::tokenize function.
@artoj
Copy link
Member Author

artoj commented Jul 29, 2023

Needs testing that these changes do not break anything.

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.

None yet

1 participant