foxor/mtg_parser
Something I've been working on for a few months before uploading. Contains: a set of scripts to scrape gatherer.wizards.com and stick all the cards in a database, a lexer generator that uses that database and a parser that uses that lexography to create an abstract syntax tree representation of the card. I'm working on playing an actual game with the parsed cards.
Python
No issues in this repository yet.