diff options
Diffstat (limited to 'src/lexer.mll')
| -rw-r--r-- | src/lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lexer.mll b/src/lexer.mll index 43426d77..8000879e 100644 --- a/src/lexer.mll +++ b/src/lexer.mll @@ -147,6 +147,7 @@ let kw_table = ("scattered", (fun x -> Scattered)); ("sizeof", (fun x -> Sizeof)); ("constraint", (fun x -> Constraint)); + ("constant", (fun x -> Constant)); ("struct", (fun x -> Struct)); ("then", (fun x -> Then)); ("true", (fun x -> True)); |
