WIP
This commit is contained in:
@ -19,6 +19,7 @@ typedef struct Token {
|
||||
enum {
|
||||
TOK_STRING,
|
||||
TOK_CMD,
|
||||
TOK_MISC,
|
||||
} type;
|
||||
|
||||
struct RtCmd *cmd;
|
||||
@ -32,6 +33,6 @@ typedef struct {
|
||||
Token *tokens;
|
||||
} Tokenizer;
|
||||
|
||||
bool interp_runstring(const char *string, size_t len, InterpResult **res);
|
||||
bool interp_runstring(const char *string, InterpResult **res);
|
||||
|
||||
#endif // TB_INTERP_H_
|
||||
|
Reference in New Issue
Block a user