Work in progress

This commit is contained in:
2017-01-30 19:37:11 +01:00
parent 415688d5c5
commit 3eba81d2bd
13 changed files with 237 additions and 50 deletions

View File

@@ -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);