diff options
Diffstat (limited to 'src/lexer.l')
| -rw-r--r-- | src/lexer.l | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lexer.l b/src/lexer.l index a446c49..c819328 100644 --- a/src/lexer.l +++ b/src/lexer.l @@ -39,7 +39,7 @@ HEXF [+-]?0[xX][0-9a-fA-F]+([pP][+-]?[0-9]+) DECF [+-]?[0-9]+[.]([eE]?[+-]?[0-9]+)?[fF]? ID [_a-zA-Z][_a-zA-Z0-9]* -APPLY {ID}[[:space:]]*! +APPLY {ID}! STRING \"(\\.|[^"\\])*\" @@ -151,7 +151,6 @@ STRING \"(\\.|[^"\\])*\" "struct" {return STRUCT;} "typedef" {return TYPEDEF;} "import" {return IMPORT;} -"typeof" {return TYPEOF;} "sizeof" {return SIZEOF;} "embed" {return EMBED;} "if" {return IF;} |
