[LIB-9] Add SAN, NAG, move number and result PGN tokens
authorgotty <gotty@hedgecode.org>
Mon, 27 Jan 2020 00:39:41 +0000 (03:39 +0300)
committergotty <gotty@hedgecode.org>
Mon, 27 Jan 2020 00:39:41 +0000 (03:39 +0300)
commit0834aacdb3f82d7fe2f0762f3bc823c5f9e3eb47
tree74d3ec1e06c3d400efecc873df999606d332223b
parent5dff8fed1f44cd392e482cd38222e5ea18b559fa
[LIB-9] Add SAN, NAG, move number and result PGN tokens
22 files changed:
chesshog-format/src/main/java/org/hedgecode/chess/pgn/PGNConstants.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/PGNUtils.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/entity/DetailGame.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/entity/DetailMove.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/entity/MoveNumber.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/entity/Moves.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/entity/Variation.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/format/ExportMovesFormat.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/nag/Glyph.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/EmptyToken.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/MoveNumberToken.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/MoveToken.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/MovesToken.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/ResultToken.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/TagToken.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/Tokenizer.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/VariationToken.java
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/san/CommonSANToken.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/san/LegalSANToken.java [new file with mode: 0644]
chesshog-format/src/main/java/org/hedgecode/chess/pgn/token/san/SANToken.java [new file with mode: 0644]
chesshog-format/src/main/resources/org/hedgecode/chess/LocalStrings.properties
chesshog-format/src/main/resources/org/hedgecode/chess/LocalStrings_ru.properties