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

Character based moves parser #82

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

Conversation

everyonesdesign
Copy link
Owner

This is an alternative for #80 (since Grammar based approaches seem to be slow and PEG-like approaches wouldn't work with such ambiguous grammars as needed for chess moves parsing application)

Same from and to file
All the conflicts are already explicitly handled
Since most of the moves aren't castling
This way most specific of the legal moves is picked
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