From 8492083088568701aa82f399b24ddaaf31c8fb5f Mon Sep 17 00:00:00 2001 From: Datawater <86855332+datawater@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:51:41 +0400 Subject: [PATCH] Add TODO(#17) --- src/pgn/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgn/ast.rs b/src/pgn/ast.rs index 1c273ff..84381bd 100644 --- a/src/pgn/ast.rs +++ b/src/pgn/ast.rs @@ -4,7 +4,7 @@ use pgn_lexer::parser::Token; use std::collections::VecDeque; // TODO(#16): Implement tests for ast generating -// TODO: Oh shit, currently this program uses 12x the memory of the input file :sob: maybe reduce that ?? +// TODO(#17): Oh shit, currently this program uses 12x the memory of the input file :sob: maybe reduce that ?? #[derive(Debug, Clone, Default, PartialEq, Eq)] pub enum PgnToken<'a> {