Skip to content

bencehornak/dart-chess-pgn-parser

Repository files navigation

Dart Chess PGN parser

Library for parsing PGN (Portable Game Notation) files, based on the antlr4 parser.

ANTLR

The grammar of the PGN file format is credited to Bart Kiers, see the PGN.g4.

To generate dart files based on the g4 file:

antlr4 -o lib/src/generated/ -Dlanguage=Dart -Xexact-output-dir antlr4/PGN.g4

About

Advanced chess PGN parser written in Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published