translate and execute do wraps
This commit is contained in:
@@ -79,10 +79,10 @@ typedef enum {
|
||||
TOKEN_COLON,
|
||||
TOKEN_EXCLAMATION,
|
||||
TOKEN_INVALID,
|
||||
} TokenType;
|
||||
} ArTokenType;
|
||||
|
||||
typedef struct {
|
||||
TokenType type;
|
||||
ArTokenType type;
|
||||
size_t line;
|
||||
size_t column;
|
||||
size_t length;
|
||||
|
||||
Reference in New Issue
Block a user