core: lexer: Add unsigned type tokens
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -26,6 +26,10 @@ typedef enum {
|
||||
TT_PROC, /* 'proc' */
|
||||
TT_BEGIN, /* 'begin' */
|
||||
TT_END, /* 'end' */
|
||||
TT_U8, /* 'u8' */
|
||||
TT_U16, /* 'u16' */
|
||||
TT_U32, /* 'u32' */
|
||||
TT_U64, /* 'u64' */
|
||||
} tt_t;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user