tb implement command logging

This commit is contained in:
2025-09-17 22:07:58 +02:00
parent ac1cc172f7
commit ba1c0eedbd
4 changed files with 14 additions and 5 deletions

View File

@ -33,6 +33,6 @@ typedef struct {
Token *tokens;
} Tokenizer;
bool interp_runstring(const char *string, InterpResult **res);
bool interp_runstring(const char *string, InterpResult **res, bool logcmds);
#endif // TB_INTERP_H_