implement raw token/typed repr debug printing

This commit is contained in:
Schrottkatze 2023-11-20 09:41:07 +01:00
commit 3b0e7f3edd
4 changed files with 33 additions and 4 deletions

View file

@ -6,4 +6,6 @@ pub struct Args {
pub text: String,
#[arg(long)]
pub debug_tokens: bool,
#[arg(long)]
pub debug_typed_repr: bool,
}