diff options
Diffstat (limited to 'grammar/src')
-rw-r--r-- | grammar/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grammar/src/lib.rs b/grammar/src/lib.rs index 55adc9a..4e544c9 100644 --- a/grammar/src/lib.rs +++ b/grammar/src/lib.rs @@ -8,7 +8,7 @@ // words, the current focus is not on the optimisations, whereas // scanners are for optimisations only, so to speak. -// TODO: Separate contents into modules. +// REVIEW: Separate contents into modules. use nfa::{ default::{ |