Skip to content

Commit

Permalink
Add TODO(#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Jun 24, 2024
1 parent ec33fe4 commit 8492083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pgn/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit 8492083

Please sign in to comment.