-
Notifications
You must be signed in to change notification settings - Fork 41
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
PGN Parser #71
Comments
Have you thought of using one of existing implementations? |
@sjaustirni That's actually a good idea, I'll look into that! If I can successfully gather all the information the |
I would recommend against implementing a PGN parser, unless you have some specific purpose in mind. Normally you can use a GUI to analyze PGN files (or EPD test suites or whatever) and it will send the relevant commands to the engine. |
I would like to take a shot at continuing your work in I have written a bunch of lexers/parsers, so will enjoy this :) |
Feel free to watch my progress which will be developed on my branch here: https://github.com/sfleischman105/Pleco/compare/master...MackEdweise:pgn-parsing?expand=1 |
Hey, sorry about ghosting. I burnt out a bit. I am back on GitHub and may continue this, but things are a little up in the air as I have been between jobs, etc. |
I feel like this would be a useful thing for a chess library to have. At the bear minimum, we should be able to parse a PGN file and turn it into a
Board
.I'm not too great at parsing text/files, so if anyone wants to help with this, I would gladfully mentor.
The text was updated successfully, but these errors were encountered: