[][src]Module myopic_brain::parse

Functions

partial_pgn

Extracts the moves encoded in standard pgn format starting at a custom board position.

partial_uci

Extracts the moves encoded in standard pgn format starting at a custom board position.

pgn

Extracts the moves encoded in standard pgn format contained in a single string.

position_from_pgn

Return the position generated from applying the moves encoded in the given string sequentially to the standard start position.

position_from_uci

Return the position generated from applying the moves encoded in the given string sequentially to the standard start position.

uci

Extracts the moves encoded in standard pgn format contained in a single string.