iigorr / pgn.net

Portable Game Notation (PGN) implementation in .NET
Other
33 stars 24 forks source link

Reduce user facing types #1

Closed iigorr closed 11 years ago

iigorr commented 11 years ago

Many internal types are exposed to the user directly. The types from pgn.Parser should not be visible

iigorr commented 11 years ago

Done. ilf.pgn.Data contains all model types. ilf.pgn.Exception contains exceptions (only PgnFormatException so far), the parser is in ilf.pgn.