Add --print-tokens long option to dump Remind tokens to stdout.

This commit is contained in:
Dianne Skoll
2024-09-08 10:29:49 -04:00
parent 7236441e02
commit 8a5b88338b
5 changed files with 77 additions and 7 deletions
+5
View File
@@ -242,3 +242,8 @@ void PutWideChar(wchar_t const wc, DynamicBuffer *output);
extern int _private_mul_overflow(int a, int b);
extern int _private_add_overflow(int a, int b);
extern int _private_sub_overflow(int a, int b);
/* Utility functions for dumping tokens */
void print_sysvar_tokens(void);
void print_builtinfunc_tokens(void);
void print_remind_tokens(void);