From a18887835bbb6d6c92c17bbf2d25f8825830a4d0 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 30 Jul 2023 11:35:25 +0800 Subject: grammar: cancel the plan of adding a range type I think I should make a new sub-crate dedicated to the tokenization process instead. --- grammar/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/grammar/src/lib.rs b/grammar/src/lib.rs index 194a1f7..64f4cdb 100644 --- a/grammar/src/lib.rs +++ b/grammar/src/lib.rs @@ -80,7 +80,6 @@ pub enum TNT { Ter(usize), /// Nonterminal variant Non(usize), - // TODO: Add a range type. } impl Display for TNT { -- cgit v1.2.3-18-g5258