lexer: Add token for 'loop' keyword
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -75,6 +75,7 @@ static const char *toktab[] = {
|
||||
[TT_EXTERN] = qtok(".extern"),
|
||||
[TT_PUB] = qtok(".pub"),
|
||||
[TT_RETURN] = qtok("return"),
|
||||
[TT_LOOP] = qtok("loop"),
|
||||
[TT_VOID] = qtok("void"),
|
||||
[TT_U8] = qtok("u8"),
|
||||
[TT_U16] = qtok("u16"),
|
||||
|
||||
Reference in New Issue
Block a user