summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-30 11:35:25 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-30 11:35:25 +0800
commita18887835bbb6d6c92c17bbf2d25f8825830a4d0 (patch)
tree8a5f3551e1e395534d9de20cb1d3247f4ecf706f
parent9d80a43a469dd474691c95e9899db09449076df7 (diff)
grammar: cancel the plan of adding a range type
I think I should make a new sub-crate dedicated to the tokenization process instead.
-rw-r--r--grammar/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
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 {