Work in progress
This commit is contained in:
@@ -11,6 +11,7 @@ enum t_tokentype {
|
||||
TOKEN_IDENTIFIER,
|
||||
TOKEN_LABEL,
|
||||
TOKEN_DIM,
|
||||
TOKEN_CONST,
|
||||
|
||||
TOKEN_LET,
|
||||
TOKEN_IF,
|
||||
@@ -66,6 +67,8 @@ enum t_tokentype {
|
||||
TOKEN_UPDATESCR,
|
||||
TOKEN_COLOR,
|
||||
TOKEN_BORDER,
|
||||
TOKEN_CLRSCR,
|
||||
TOKEN_WAIT,
|
||||
};
|
||||
|
||||
void tkn_init(const char* buffer);
|
||||
|
||||
Reference in New Issue
Block a user