diff options
author | JSDurand <mmemmew@gmail.com> | 2023-07-30 11:35:25 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-07-30 11:35:25 +0800 |
commit | a18887835bbb6d6c92c17bbf2d25f8825830a4d0 (patch) | |
tree | 8a5f3551e1e395534d9de20cb1d3247f4ecf706f /grammar/src | |
parent | 9d80a43a469dd474691c95e9899db09449076df7 (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.
Diffstat (limited to 'grammar/src')
-rw-r--r-- | grammar/src/lib.rs | 1 |
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 { |